We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4226a05 commit aacbaf4Copy full SHA for aacbaf4
.github/workflows/test.yml
@@ -21,3 +21,22 @@ jobs:
21
# Run Tests
22
- name: Run Tests
23
run: docker-compose -f "docker-compose.test.yml" up --build
24
+
25
+ - name: Code Coverage Report
26
+ uses: irongut/[email protected]
27
+ with:
28
+ filename: ./temp/testresults/coverage.xml
29
+ badge: true
30
+ fail_below_min: true
31
+ format: markdown
32
+ hide_branch_rate: false
33
+ hide_complexity: true
34
+ indicators: true
35
+ output: both
36
+ thresholds: '60 80'
37
+ - name: Add Coverage PR Comment
38
+ uses: marocchino/sticky-pull-request-comment@v2
39
+ if: github.event_name == 'pull_request'
40
41
+ recreate: true
42
+ path: code-coverage-results.md
0 commit comments