diff options
author | Greg Becker <becker33@llnl.gov> | 2020-08-20 07:43:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-20 09:43:24 -0500 |
commit | aa4fc2ac44ba4513cdf73300c3874b2cd86f6646 (patch) | |
tree | 0e557d39894804a720132e81c873dfd51a97556e /.codecov.yml | |
parent | b9adbac5c67670116c14b1f1344fb17a8af1c7ae (diff) | |
download | spack-aa4fc2ac44ba4513cdf73300c3874b2cd86f6646.tar.gz spack-aa4fc2ac44ba4513cdf73300c3874b2cd86f6646.tar.bz2 spack-aa4fc2ac44ba4513cdf73300c3874b2cd86f6646.tar.xz spack-aa4fc2ac44ba4513cdf73300c3874b2cd86f6646.zip |
codecov: set project threshold to 0.2% (#18184)
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 cc4954132f..230afe39b2 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,7 +4,8 @@ coverage: range: 60...90 status: project: - default: yes + default: + threshold: 0.2% ignore: - lib/spack/spack/test/.* |