gh/actions: run coverage xml before codecov
This commit is contained in:
parent
47f6d0ac59
commit
19cb310446
|
@ -123,6 +123,8 @@ jobs:
|
||||||
run: sudo pip install -U wheel pipenv && pipenv install --dev
|
run: sudo pip install -U wheel pipenv && pipenv install --dev
|
||||||
- name: Run coverage
|
- name: Run coverage
|
||||||
run: pipenv run ./scripts/coverage.sh
|
run: pipenv run ./scripts/coverage.sh
|
||||||
|
- name: Create XML Report
|
||||||
|
run: pipenv run coverage xml
|
||||||
- uses: codecov/codecov-action@v1
|
- uses: codecov/codecov-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
Reference in New Issue