mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore(tools): update coverage.sh script
This commit is contained in:
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user