Skip to content

Commit 257cb5f

Browse files
committed
better test previews
1 parent 808faeb commit 257cb5f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
with:
2323
name: junit
2424
path: junit.xml
25+
- name: Publish Test Report
26+
uses: mikepenz/action-junit-report@v3
27+
if: always() # always run even if the previous step fails
28+
with:
29+
report_paths: 'junit.xml'
2530
- uses: ashley-taylor/junit-report-annotations-action@1.3
2631
if: always()
2732
with:
@@ -33,3 +38,8 @@ jobs:
3338
with:
3439
name: Report-CodeCoverage
3540
path: coverage
41+
- name: parse coverage
42+
uses: danhunsaker/clover-reporter-action@v0.2.17-clover
43+
with:
44+
github-token: ${{ secrets.GITHUB_TOKEN }}
45+
clover-file: ./coverage/clover.xml

0 commit comments

Comments
 (0)