We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d7c67 commit 5b7e2b6Copy full SHA for 5b7e2b6
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
run: poetry run black . --check
42
43
- name: Test with pytest
44
- run: poetry run pytest --cov-report --cov-report=xml term-missing --cov=labthings ./tests
+ run: poetry run pytest --cov-report term-missing --cov-report=xml --cov=labthings ./tests
45
46
- name: Upload coverage to Codecov
47
uses: codecov/codecov-action@v1
0 commit comments