Closed fd0 closed 8 years ago
Strange; this normally happens when a check fails to run. Whatever the reason was for the failure before though, I refreshed it just now and there were no errors:
The errcheck test is reasonably new and is giving some issues on certain repos (can be slow, or not report missing error checks), so I'm disabling it for now. We can re-enable it once the issues are sorted out.
To better address this in the future, from now on if a test fails because of a timeout or other error, the error will be reported in the UI:
Thanks for taking a look! Great project by the way :smiley:
Hi,
for my project restic the errcheck check does not return anything, but it is reported as
0%
: https://goreportcard.com/report/github.com/restic/restic#errcheckI think that's wrong, the percentage should be the other way around...