ci: run full coverage including e2e

This commit is contained in:
Jens Langhammer 2020-06-19 20:57:42 +02:00
parent af8cdb34ee
commit e91a8f88a0
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ jobs:
docker-compose pull -q chrome
docker-compose up -d chrome
- name: Run coverage
run: pipenv run ./scripts/coverage.sh
run: pipenv run coverage run ./manage.py test --failfast
- name: Create XML Report
run: pipenv run coverage xml
- uses: codecov/codecov-action@v1