Skip to content

Commit

Permalink
ci: round to 0 digits in codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe committed Feb 27, 2024
1 parent 08a00e1 commit 4634748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ coverage:
range: 70..90 # First number represents red, and second represents green
# (default is 70..100)
round: down # up, down, or nearest
precision: 2 # Number of decimal places, between 0 and 5
precision: 0 # Number of decimal places, between 0 and 5

# Ignoring Paths
# --------------
Expand All @@ -24,4 +24,4 @@ coverage:
# Diff is the Coverage Diff of the pull request.
# Files are the files impacted by the pull request
comment:
layout: diff, files # accepted in any order: reach, diff, flags, and/or files
layout: diff, files # accepted in any order: reach, diff, flags, and/or files

0 comments on commit 4634748

Please sign in to comment.