Disable the code coverage checker.

It's too noisy and not worth it. I don't like encouraging the code
coverage game, wherein people write bad tests to get points.
It's annoying to get a red X in the PR status when coverage dropped
by 1 line or 0.4%.

Good code review should be sufficient to verify we have both tests
and good tests.
This commit is contained in:
Brad Fitzpatrick
2016-02-26 00:02:08 +00:00
parent 89f694edb4
commit 3ecc13ec96

View File

@ -11,4 +11,3 @@ install:
script:
- make test testrace
- make coverage