Skip to content

Conversation

lrq3000
Copy link
Member

@lrq3000 lrq3000 commented Sep 11, 2016

Coveralls is currently spamming our PR everytime we commit with duplicate comments containing the exact same info. This seems to have started when we merged #232, more exactly when we started caching pip packages like pandas. The error was reported by @CrazyPython to coveralls devs (lemurheavy/coveralls-public#838) but it was closed and their fix doesn't seem to work.

Plus it reduces build time (~5 sec per python version) plus coveralls sometimes fails and makes the build fail.

Anyway, we use codecov since a while as our main coverage report because it is more stringent (branch coverage for codecov instead of statement coverage for coveralls). So we can safely disable it without losing anything.

Signed-off-by: Stephen L. <lrq3000@gmail.com>
@lrq3000 lrq3000 added the p0-bug-critical ☢ Exception rasing label Sep 11, 2016
@codecov-io
Copy link

codecov-io commented Sep 11, 2016

Current coverage is 90.56% (diff: 100%)

Merging #263 into master will not change coverage

@@             master       #263   diff @@
==========================================
  Files             7          7          
  Lines           477        477          
  Methods           0          0          
  Messages          0          0          
  Branches         85         85          
==========================================
  Hits            432        432          
  Misses           44         44          
  Partials          1          1          

Powered by Codecov. Last update 02cbd9c...633389d

@lrq3000 lrq3000 merged commit 1167fed into master Sep 11, 2016
@coveralls
Copy link

coveralls commented Sep 11, 2016

Coverage Status

Coverage remained the same at 90.776% when pulling 633389d on nocoveralls into 02cbd9c on master.

@lrq3000
Copy link
Member Author

lrq3000 commented Sep 11, 2016

@casperdcl You should now be able to reactivate your email notifications without receiving spam comments from coveralls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p0-bug-critical ☢ Exception rasing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants