From 4634748b6d960fad4058ccd85a151aea01740150 Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Tue, 27 Feb 2024 11:30:05 +0100 Subject: [PATCH] ci: round to 0 digits in codecov --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 66a41962..83ee746e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -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 # -------------- @@ -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 \ No newline at end of file + layout: diff, files # accepted in any order: reach, diff, flags, and/or files