Don't cause a codecov gh action failure if code coverage is reduced by a small percentage. This can happen with non-nucypher code changes.

pull/3028/head
derekpierre 2022-11-25 11:52:57 -05:00
parent e7283471ab
commit 2ecd189819
1 changed files with 11 additions and 0 deletions

11
codecov.yml Normal file
View File

@ -0,0 +1,11 @@
coverage:
status:
project:
default:
target: auto
threshold: 0.1%
base: auto
flags:
- unit
- integration
- acceptance