We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8845dff commit 696da3cCopy full SHA for 696da3c
.github/workflows/frontend-test.yml
@@ -58,3 +58,13 @@ jobs:
58
badge: true
59
format: markdown
60
output: both
61
+
62
+ # 4. PUSH TO SUMMARY PAGE
63
+ - name: Write to Job Summary
64
+ if: github.event_name == 'pull_request'
65
+ run: |
66
+ if [ -f "code-coverage-results.md" ]; then
67
+ cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
68
+ else
69
+ echo "Coverage file not found"
70
+ fi
0 commit comments