Skip to content

Commit

Permalink
Fixed pytest action
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Apr 7, 2020
1 parent a9d7c67 commit 5b7e2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: poetry run black . --check

- name: Test with pytest
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

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 5b7e2b6

Please sign in to comment.