From 3ecc13ec966b899c17b7e28370d97d6771106efc Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 26 Feb 2016 00:02:08 +0000 Subject: [PATCH] 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. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f83776e..055d6641 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,3 @@ install: script: - make test testrace - - make coverage