chore: change coverage to have global infos

- have a small hack to dump pytest-cov report
This commit is contained in:
Arthur Meyre
2021-10-11 16:58:24 +02:00
parent de3a9f9bb3
commit 8490f88227
6 changed files with 88 additions and 41 deletions

View File

@@ -287,7 +287,7 @@ jobs:
id: coverage
if: ${{ always() && steps.pytest.outcome != 'skipped' && !cancelled() }}
run: |
./script/actions_utils/coverage.sh ${{ github.base_ref }}
./script/actions_utils/coverage.sh global-coverage-infos.json
- name: Archive test coverage
uses: actions/upload-artifact@27121b0bdffd731efa15d66772be8dc71245d074
if: ${{ steps.coverage.outcome != 'skipped' && !cancelled() }}