QUERY · ISSUE
Set threshold for Coveralls failure
proposed-close
Since MicroPython coverage tests have non-deterministic behavior, many lines of code are executed a different number of times in each CI run. Coveralls takes this number into account when calculating the coverage, so often we get "failures" due to variance between runs even though nothing actually changed. Coveralls provides a threshold setting for what constitutes failure. This could be set (or increased if it is already set) to reduce the number of nuisance "failures".

CANDIDATE · ISSUE
Coveralls problems
https://coveralls.io/micropython/micropython says that is doesn't exist, and Travis is broken trying to post to it.