mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-08-24 10:05:29 -05:00
actually pass the config path...
This commit is contained in:
@@ -226,7 +226,7 @@ jobs:
|
||||
env:
|
||||
compare-branch: ${{ github.base_ref == '' && github.event.before || format('origin/{0}', github.base_ref) }}
|
||||
run: |
|
||||
diff-cover --config-file --compare-branch=${{ env.compare-branch }} --fail-under=100 --html-report=coverage-reports/diff-cover.html --markdown-report=coverage-reports/diff-cover.md coverage-reports/coverage.xml | tee coverage-reports/diff-cover-stdout
|
||||
diff-cover --config-file=.diffcover.toml --compare-branch=${{ env.compare-branch }} --fail-under=100 --html-report=coverage-reports/diff-cover.html --markdown-report=coverage-reports/diff-cover.md coverage-reports/coverage.xml | tee coverage-reports/diff-cover-stdout
|
||||
COV_STATUS="${PIPESTATUS[0]}"
|
||||
echo "COV_STATUS=$COV_STATUS" >> "$GITHUB_ENV"
|
||||
if [[ $COV_STATUS != '0' && "$GITHUB_BASE_REF" != '' ]]; then
|
||||
|
||||
Reference in New Issue
Block a user