Skip to content

Commit d6dcc05

Browse files
committed
Add test summary...another one
1 parent c74c773 commit d6dcc05

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

.github/workflows/makefile.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,23 @@ jobs:
2828
- name: Build & Test
2929
run: make all
3030

31-
- name: Create test summary
32-
uses: test-summary/action@dist
31+
- name: Code Coverage Report
32+
uses: irongut/[email protected]
3333
with:
34-
paths: test-results/**/*.xml
35-
if: always()
34+
filename: test-results/**/*.xml
35+
badge: true
36+
fail_below_min: true
37+
format: markdown
38+
hide_branch_rate: false
39+
hide_complexity: true
40+
indicators: true
41+
output: both
42+
thresholds: '60 80'
43+
44+
- name: Add Coverage PR Comment
45+
uses: marocchino/sticky-pull-request-comment@v2
46+
if: github.event_name == 'pull_request'
47+
with:
48+
recreate: true
49+
path: code-coverage-results.md
3650

0 commit comments

Comments
 (0)