Linux tests 3.6 and 3.7 should also push to codecov

This commit is contained in:
Veronica K. B. Olsen
2021-04-02 16:02:40 +02:00
parent b391d47a40
commit 3a48a124e2
3 changed files with 14 additions and 2 deletions
+5 -1
View File
@@ -26,8 +26,12 @@ jobs:
pip install --upgrade pip
pip install -r requirements.txt
pip install pytest-timeout
pip install pytest-cov
pip install pytest-qt
pip install codecov
- name: Run Tests
run: |
export QT_QPA_PLATFORM=offscreen
pytest -v --timeout=60
pytest -v --cov=nw --timeout=60
- name: Upload to Codecov
uses: codecov/codecov-action@v1
+5 -1
View File
@@ -26,8 +26,12 @@ jobs:
pip install --upgrade pip
pip install -r requirements.txt
pip install pytest-timeout
pip install pytest-cov
pip install pytest-qt
pip install codecov
- name: Run Tests
run: |
export QT_QPA_PLATFORM=offscreen
pytest -v --timeout=60
pytest -v --cov=nw --timeout=60
- name: Upload to Codecov
uses: codecov/codecov-action@v1