diff options
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.codecov.yml b/.codecov.yml index 4072fa8974..e45c500b76 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,7 +4,8 @@ coverage: range: 60...90 status: project: - default: yes + default: + threshold: 0.3% ignore: - lib/spack/spack/test/.* |