summaryrefslogtreecommitdiff
path: root/.codecov.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-08-19Group Travis CI jobs in stages (#5104)Massimiliano Culpo1-0/+4
- This should speed-up Travis CI tests and refers to #5049 - Travis uses build-stages to group tests together - The idea is to let fast tests fail first, then move to longer ones. - Added external perl to avoid download failure from CPAN and reduce build time - Disabling perl-dbi: continues to fail with (504 Gateway Time-out) on Travis - We now cover all the build systems in tests: - Add back `openblas` to Travis as a separate package. - Switched `openblas` for `astyle` to build a simpler MakefilePackage. - Added 'tut' (WafPackage) - Added 'py-setuptools' (PythonPackage) - Added 'perl-dbi' (PerlPackage) - Added 'build_systems' directory to the ones for which we get a summary - Added 'openjpeg' (CMakePackage) - Added 'r-rcpp' (RPackage) - Added comments to build tests to show the covered build system
2017-02-09qa: adjust thresholds for acceptance (#3105)Massimiliano Culpo1-0/+4
2017-02-07codecov: added commit status, made green a reachable state (#3051)Massimiliano Culpo1-1/+13
2017-01-26Turn off codecov comments (use only statuses)Todd Gamblin1-0/+2
2017-01-26Use codecov for coverage instead of coveralls (#2933)Todd Gamblin1-0/+10
* Switch from coveralls to codecov - Add .codecov.yml, simplify .travis.yml - Add codecov badge to README.md * Add tests for spack graph.