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 2f3fae8 commit acc137d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,19 @@ jobs:
# Run Tests
- name: Run Tests
run: docker-compose -f "docker-compose.test.yml" up --build
# Coverage
- 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: Test Report
uses: dorny/test-reporter@v1
if: success() || failure()
Expand Down

0 comments on commit acc137d

Please sign in to comment.