Skip to content

Commit

Permalink
codecov: add threshold values
Browse files Browse the repository at this point in the history
Adds desired targets and threshold values for code coverage tests in
pull requests.

Removes custom code coverage range to fall back to codecov defaults.
  • Loading branch information
tiborsimko committed Aug 8, 2023
1 parent b848c11 commit 827a812
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@ codecov:
require_ci_to_pass: yes

coverage:
precision: 2
round: down
range: "80...100"
status:
patch:
default:
informational: true
project:
default:
base: auto
target: auto
threshold: 2%

parsers:
gcov:
Expand Down

0 comments on commit 827a812

Please sign in to comment.