add project level codecov informational

This commit is contained in:
Patricio Whittingslow
2026-08-24 19:29:39 -03:00
parent 27b0083777
commit 32dacab51e
2 changed files with 3 additions and 10 deletions
-10
View File
@@ -35,13 +35,3 @@ func (backoff BackoffStrategy) Do(consecutiveBackoffs uint) {
time.Sleep(sleep)
}
}
func Uncovered() int {
a := 250 * 23
A:
a *= 32
if a > 323 {
goto A
}
return a
}