Skip to content

Commit

Permalink
add(pythonindia#751): add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
indiVar0508 committed Jun 25, 2023
1 parent 4226a05 commit aacbaf4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,22 @@ jobs:
# Run Tests
- name: Run Tests
run: docker-compose -f "docker-compose.test.yml" up --build

- name: Code Coverage Report
uses: irongut/[email protected]
with:
filename: ./temp/testresults/coverage.xml
badge: true
fail_below_min: true
format: markdown
hide_branch_rate: false
hide_complexity: true
indicators: true
output: both
thresholds: '60 80'
- name: Add Coverage PR Comment
uses: marocchino/sticky-pull-request-comment@v2
if: github.event_name == 'pull_request'
with:
recreate: true
path: code-coverage-results.md

0 comments on commit aacbaf4

Please sign in to comment.