Add codecov part tp action

This commit is contained in:
Veronica K. B. Olsen
2020-08-20 21:07:11 +02:00
parent fe15a335a9
commit 15757a745b
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,8 +1,6 @@
name: PyTest + Coverage
on:
push:
branches: [ main, dev ]
pull_request:
branches: [ main, dev ]
@@ -16,7 +14,7 @@ jobs:
python-version: 3.8
architecture: x64
- name: Install Packages
run: sudo apt install xvfb libenchant-dev qt5-default # python3-pyqt5 python3-pyqt5.qtsvg python3-lxml
run: sudo apt install xvfb libenchant-dev qt5-default
- name: Checkout Source
uses: actions/checkout@v2
- name: Install Dependencies
@@ -30,3 +28,5 @@ jobs:
pip install codecov
- name: Run Tests
run: xvfb-run pytest -v --cov=nw
- name: Upload to Codecov
uses: codecov/codecov-action@v1