Skip to content

Commit acc137d

Browse files
committed
add(pythonindia#751): add coverage report
1 parent 2f3fae8 commit acc137d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,19 @@ jobs:
2121
# Run Tests
2222
- name: Run Tests
2323
run: docker-compose -f "docker-compose.test.yml" up --build
24+
# Coverage
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'
2437
- name: Test Report
2538
uses: dorny/test-reporter@v1
2639
if: success() || failure()

0 commit comments

Comments
 (0)