gh/actions: run coverage xml before codecov

This commit is contained in:
Jens Langhammer 2020-05-13 22:40:09 +02:00
parent 47f6d0ac59
commit 19cb310446
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ jobs:
run: sudo pip install -U wheel pipenv && pipenv install --dev
- name: Run coverage
run: pipenv run ./scripts/coverage.sh
- name: Create XML Report
run: pipenv run coverage xml
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}