mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: change coverage to have global infos
- have a small hack to dump pytest-cov report
This commit is contained in:
@@ -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() }}
|
||||
|
||||
Reference in New Issue
Block a user