Skip to content

Commit

Permalink
ci(coverage): automatically add coverage report to our pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
samoehlert committed Nov 14, 2024
1 parent ce9fd23 commit 5db525f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
name: coverage-report
path: coverage.xml

- name: Display Coverage Metrics
uses: 5monkeys/cobertura-action@v14
with:
minimum_coverage: '50'

- name: Stop Services
if: always()
run: make stop
Expand Down

0 comments on commit 5db525f

Please sign in to comment.