Use codecov for coverage instead of coveralls (#2933)

* Switch from coveralls to codecov

- Add .codecov.yml, simplify .travis.yml
- Add codecov badge to README.md

* Add tests for spack graph.
This commit is contained in:
Todd Gamblin
2017-01-26 02:19:35 -08:00
committed by GitHub
parent f59011f314
commit a5700a8888
5 changed files with 176 additions and 33 deletions

10
.codecov.yml Normal file
View File

@@ -0,0 +1,10 @@
coverage:
precision: 2
round: nearest
range: 60...100
ignore:
- lib/spack/spack/test/.*
- lib/spack/env/.*
- lib/spack/docs/.*
- lib/spack/external/.*