Skip to content

Commit bcb86c4

Browse files
committed
fixup
1 parent c28a308 commit bcb86c4

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 --cov-report=coverage.xml --cov=.
21+
run: docker-compose run -T --rm app pytest -v --cov-report=xml --cov=.
2222

2323
- name: Check Migrations are up-to-date
2424
run: docker-compose run -T --rm app ./manage.py makemigrations --check

0 commit comments

Comments
 (0)