mirror of
https://github.com/soypat/lneto.git
synced 2026-08-26 01:19:06 +00:00
add project level codecov informational
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
informational: true
|
||||||
patch:
|
patch:
|
||||||
default:
|
default:
|
||||||
informational: true # Shows the patch metric but never turns red/fails the PR
|
informational: true # Shows the patch metric but never turns red/fails the PR
|
||||||
|
|||||||
-10
@@ -35,13 +35,3 @@ func (backoff BackoffStrategy) Do(consecutiveBackoffs uint) {
|
|||||||
time.Sleep(sleep)
|
time.Sleep(sleep)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func Uncovered() int {
|
|
||||||
a := 250 * 23
|
|
||||||
A:
|
|
||||||
a *= 32
|
|
||||||
if a > 323 {
|
|
||||||
goto A
|
|
||||||
}
|
|
||||||
return a
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user