Skip to content

Commit

Permalink
generate coverage file in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Mar 29, 2020
1 parent 8a726bf commit 5e54191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: docker-compose up -d web

- name: Run test suite
run: docker-compose run -T --rm app pytest -v
run: docker-compose run -T --rm app pytest -v --cov-report= --cov=.
if: always()

- name: Check Migrations are up-to-date
Expand Down

0 comments on commit 5e54191

Please sign in to comment.