Skip to content

Commit

Permalink
changed cobertura report settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yobeonline committed Feb 6, 2024
1 parent 15c58e1 commit 372f83c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
with:
path: build/coverage.xml
repo_token: ${{ secrets.GITHUB_TOKEN }}
minimum_coverage: 83
fail_below_threshold: true
minimum_coverage: 85
fail_below_threshold: false
show_line: true
show_branch: true
show_missing: true
only_changed_files: true

0 comments on commit 372f83c

Please sign in to comment.