chore(tools): update coverage.sh script

This commit is contained in:
Arthur Meyre
2021-07-21 13:52:10 +02:00
parent 2208a87327
commit 94f79f2345
2 changed files with 9 additions and 7 deletions

View File

@@ -56,8 +56,7 @@ jobs:
id: coverage
if: ${{ steps.pytest.outcome != 'skipped' && !cancelled() }}
run: |
bash --noprofile --norc -o pipefail \
script/actions_utils/coverage.sh ${{ github.base_ref }}
./script/actions_utils/coverage.sh ${{ github.base_ref }}
- name: Archive test coverage
uses: actions/upload-artifact@v2
if: ${{ steps.coverage.outcome != 'skipped' && !cancelled() }}