Skip to content

Commit

Permalink
feat[ci]: add codecov configuration (#4057)
Browse files Browse the repository at this point in the history
set threshold for reporting codecov failure at -0.5%, there is usually
some noise in the coverage (+-0.1% or so) from fuzzing.

---------

Co-authored-by: Daniel Schiavini <[email protected]>
  • Loading branch information
charles-cooper and DanielSchiavini authored May 28, 2024
1 parent a7a647f commit fe7d86b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.codecov.com/docs/codecovyml-reference
coverage:
status:
project:
default:
# set threshold given noise in the coverage from fuzzing
threshold: 0.5%

0 comments on commit fe7d86b

Please sign in to comment.