mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: Move to the mono repo layout
This commit is contained in:
12
frontends/concrete-python/script/actions_utils/coverage.sh
Executable file
12
frontends/concrete-python/script/actions_utils/coverage.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o pipefail
|
||||
set +e
|
||||
|
||||
CURR_DIR=$(dirname "$0")
|
||||
|
||||
# Format diff-coverage.txt for PR comment
|
||||
poetry run python "$CURR_DIR"/coverage_report_format.py \
|
||||
global-coverage \
|
||||
--global-coverage-json-file "$1" \
|
||||
--global-coverage-output-file diff-coverage.txt
|
||||
Reference in New Issue
Block a user