Typo in coverage switch

This commit is contained in:
Veronica K. B. Olsen
2020-10-01 22:05:25 +02:00
parent 4b1c45ddb4
commit 401b9df57f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,6 +32,6 @@ jobs:
- name: Run Tests
run: |
export QT_QPA_PLATFORM=offscreen
pytest -v --cov-nw --timeout=60
pytest -v --cov=nw --timeout=60
- name: Upload to Codecov
uses: codecov/codecov-action@v1
+1 -1
View File
@@ -31,6 +31,6 @@ jobs:
- name: Run Tests
run: |
export QT_QPA_PLATFORM=offscreen
pytest -v --cov-nw --timeout=60
pytest -v --cov=nw --timeout=60
- name: Upload to Codecov
uses: codecov/codecov-action@v1
+1 -1
View File
@@ -27,6 +27,6 @@ jobs:
pip install codecov
- name: Run Tests
run: |
pytest -v --cov-nw --timeout=60
pytest -v --cov=nw --timeout=60
- name: Upload to Codecov
uses: codecov/codecov-action@v1