Skip to content

Commit 5b7e2b6

Browse files
author
Joel Collins
committed
Fixed pytest action
1 parent a9d7c67 commit 5b7e2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: poetry run black . --check
4242

4343
- name: Test with pytest
44-
run: poetry run pytest --cov-report --cov-report=xml term-missing --cov=labthings ./tests
44+
run: poetry run pytest --cov-report term-missing --cov-report=xml --cov=labthings ./tests
4545

4646
- name: Upload coverage to Codecov
4747
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)