diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2019-12-31 15:13:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-12-31 15:13:12 -0600 |
commit | 5b979aee81aaa3c296378036a56a1da8447ee31c (patch) | |
tree | ed2e712437dc216761ed22ad5a1864f360b38864 /.codecov.yml | |
parent | 026534dadb7622cb1e8463b44ab40669cfb1bb9b (diff) | |
download | spack-5b979aee81aaa3c296378036a56a1da8447ee31c.tar.gz spack-5b979aee81aaa3c296378036a56a1da8447ee31c.tar.bz2 spack-5b979aee81aaa3c296378036a56a1da8447ee31c.tar.xz spack-5b979aee81aaa3c296378036a56a1da8447ee31c.zip |
Ignore coverage drop due to lack of macOS tests (#14333)
* Ignore coverage drop due to lack of macOS tests
* Fix codecov tree structure
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/.* |