0

Here are my repo settings:

enter image description here

So I expect notifications only if something changes. But it continues to inform me of the following letters:

"Coverage remained the same at 100.0% when pulling [commit-hash] on dev into [commit-hash] on master."

How to fix it?


Edit: I think this happens only with PRs. But anyway...

Yeah, I also use Travis CI, where Coveralls check triggers.

GProst
  • 9,229
  • 3
  • 25
  • 47

1 Answers1

0

Oh! I got it, it is not Coveralls' notifications, it is GitHub notifications, which you can manage on 'Settings' page. These messages were sent because Coveralls left comments on PRs in repository I am watching.

GProst
  • 9,229
  • 3
  • 25
  • 47