diff options
author | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2020-05-09 22:35:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-09 13:35:14 -0700 |
commit | 05203ec3fb027f7e5e167bb362bda3a21db4afa9 (patch) | |
tree | cc6aa45de9fb6e99c7e80eb34cef13f85648c2b3 /.codecov.yml | |
parent | 69ea6de06934fd8f7dc8fb89e15f9cea3499814e (diff) | |
download | spack-05203ec3fb027f7e5e167bb362bda3a21db4afa9.tar.gz spack-05203ec3fb027f7e5e167bb362bda3a21db4afa9.tar.bz2 spack-05203ec3fb027f7e5e167bb362bda3a21db4afa9.tar.xz spack-05203ec3fb027f7e5e167bb362bda3a21db4afa9.zip |
Add unit test on MacOS using Github Actions (#14220)
- Remove macos tests from travis
- Add macos tests in github actions.
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.codecov.yml b/.codecov.yml index a70b19c39c..cc4954132f 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,8 +4,7 @@ coverage: range: 60...90 status: project: - default: - threshold: 0.3% + default: yes ignore: - lib/spack/spack/test/.* |