-
Notifications
You must be signed in to change notification settings - Fork 826
Closed
Description
Currently, coveralls tells us about coverage change in PR using comments. This generates a lot of unhelpful comments.
It is now possible to configure coveralls to use the status API in the same fashion as travis or quantify code. Because we do not want a big red cross attached to a PR because of a minor drop of coverage, it is also possible to set a threshold of coverage decrease before failure.
Should we setup coveralls to use the status API rather than comments? What threshold should we use?
Reactions are currently unavailable