We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbd93f commit 8e2815cCopy full SHA for 8e2815c
.github/workflows/publish.yml
@@ -32,7 +32,7 @@ jobs:
32
continue-on-error: true
33
34
- name: Test with pytest
35
- run: poetry run pytest --cov-report term-missing --cov-report=xml --cov=labthings ./tests
+ run: poetry run pytest
36
37
publish:
38
runs-on: ubuntu-latest
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
39
- name: Upload coverage to Codecov
40
uses: codecov/codecov-action@v1
0 commit comments