]> source.dussan.org Git - gitea.git/commit
Prevent coverage break (#16887)
authorzeripath <art27@cantab.net>
Mon, 30 Aug 2021 23:41:08 +0000 (00:41 +0100)
committerGitHub <noreply@github.com>
Mon, 30 Aug 2021 23:41:08 +0000 (01:41 +0200)
commitc0f5da3e1adfe40cafc57de63948ef1878bd75c9
tree3af7856d4eb89e2a70dee7727591a3645de313b6
parent87eb82cf52d23bbb9cb9a9039b6d6d897fc7b76c
Prevent coverage break (#16887)

* Prevent coverage break

There are repeated failures of our CI due to an intermittent issue with coverage.out
finishing with a spurious `0` on a single line.

This problem is very annoying and very hard to understand where it is coming from,
therefore as the problem appears random and without clear cause we should just strip
this line from our coverage.

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Makefile