Skip to content

Commit

Permalink
Change reporting action
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Apr 15, 2024
1 parent 8543895 commit 62ad9ef
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ jobs:
- name: Run tests
run: make test
- name: Report
uses: 5monkeys/cobertura-action@master
uses: insightsengineering/coverage-action@v2
with:
path: coverage.xml
minimum_coverage: 90
skip_covered: false
fail_below_threshold: true
token: ${{ secrets.GITHUB_TOKEN }}
threshold: 90
fail: true
publish: true
coverage-summary-title: "Code Coverage Summary"

check:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 62ad9ef

Please sign in to comment.