Skip to content

Commit

Permalink
run github coverage summary step only on success
Browse files Browse the repository at this point in the history
  • Loading branch information
ole-ve committed Jan 21, 2025
1 parent 67bd6e7 commit c49c86d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
name: Coverage Report Server Tests
path: build/reports/jacoco/test/html
- name: Append Per-Module Coverage to Job Summary
if: success() || failure()
if: success()
run: |
AGGREGATED_REPORT_FILE=./module_coverage_report.md
python3 ./supporting_scripts/code-coverage/per_module_cov_report/parse_module_coverage.py build/reports/jacoco $AGGREGATED_REPORT_FILE
Expand Down

0 comments on commit c49c86d

Please sign in to comment.