Skip to content

Commit 0f5c9f5

Browse files
jeffabaileyclaude
andcommitted
fix: remove unused coverage reporting step from GQM workflow
The GQM update workflow only generates a Mermaid diagram and never produces NYC coverage output, so the coverage reporting step always failed with a missing file error. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1860f7b commit 0f5c9f5

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/gqm_update.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,3 @@ jobs:
3737
cd scripts/gqm_gen
3838
./update_gqm.sh
3939
40-
- name: Report coverage
41-
if: success()
42-
uses: sidx1024/report-nyc-coverage-github-action@v1.2.7
43-
with:
44-
coverage_file: ".nyc_output/nyc-coverage-report/coverage-summary.json"

0 commit comments

Comments
 (0)