Skip to content

Commit 5e54191

Browse files
committed
generate coverage file in CI build
1 parent 8a726bf commit 5e54191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: docker-compose up -d web
1919

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

2424
- name: Check Migrations are up-to-date

0 commit comments

Comments
 (0)