Commit graph

7 commits

Author SHA1 Message Date
laerus
e6fbfb010c codecov threshold 2% 2017-03-28 15:15:58 +03:00
laerus
9902367e0e codecov raised threshold at 5% 2017-03-27 22:43:03 +03:00
laerus
e7d6ed4302 codecov.yml changed status of project to status of patch 2017-02-23 21:06:47 +02:00
laerus
93aed2ae5a codecov threshold in precentage 2017-02-20 20:21:47 +02:00
laerus
6bce1c2b5f codecov raise threshold for commit status 2017-02-20 20:09:17 +02:00
laerus
bba90da4c4 removed codecov.yml 2017-01-29 20:53:31 +02:00
Matthias Bussonnier
c28eafde53 Enable (some) coverage.
Not sure exactly how xonsh is tested completely, so I expect most of the
coverage process to be wrong (for now)

Codecov have [browser
extensions](https://github.com/codecov/browser-extension) that allow you
to see the coverage directly in the pull requests in GitHub.

We might have to give codecov some limited access to the repo (webhook),
and tell the codecov bot to shut its mouth once it's enabled. But it's
super non intrusive, and kind-of useful when you refactor to see that
your code is tested.

Also set some sensible where coverage would fail only if it drops by 10%
in 1 PR.
2016-06-06 20:02:13 -07:00