aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/upload_coverage.sh
Commit message (Collapse)AuthorAgeFilesLines
* Use codecov-bash on travis (#5252)Alex Gaynor2020-05-161-2/+4
|
* Run codecov in required mode so it exits with non-zero on failure (#5073)Alex Gaynor2019-11-251-1/+2
|
* Skip coverage uploads on pypy3-nocoverage builds (#5074)Alex Gaynor2019-11-251-0/+1
|
* Retry failed code coverage uploads (#5054)Alex Gaynor2019-11-111-1/+1
|
* run docker builds in travis instead of jenkins (#4526)Paul Kehrer2018-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | * docker experiment in travis * let's run 'em all * okay run as travis * fine just use a number * remove xenial since we test that elsewhere * suspicion * review feedback * more comments * use workdir * heavy sigh
* Only send coverage for tox builds, in prep for #4228 (#4248)Alex Gaynor2018-05-161-10/+12
|
* modify upload_coverage to handle pypy-nocoverage properlyPaul Kehrer2016-01-041-5/+10
|
* add a pypy-nocoverage target and use that on OS XPaul Kehrer2016-01-031-1/+1
|
* Drop pypy3, we don't run it in CI, and we won't run it again until these ↵Alex Gaynor2016-01-031-1/+1
| | | | issues are resolved
* Attempt to enable coverage on pypyAlex Gaynor2016-01-031-1/+1
|
* Switch back to a released version of codecovAlex Gaynor2015-10-211-2/+1
|
* Don't use pipesAlex Gaynor2015-09-091-1/+2
| | | Download the whole file first, @glyph points out that truncation attacks are a thing.
* Don't try to upload coverage on builds which don't produce coverageAlex Gaynor2015-07-121-0/+10