mirror of
https://github.com/gin-gonic/gin.git
synced 2026-06-04 01:38:12 +08:00
Add codecov.yaml to force correct base comparison
This commit is contained in:
parent
808ea1897b
commit
8cee7dcb35
10
.codecov.yml
Normal file
10
.codecov.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
codecov:
|
||||||
|
# Disable coverage comparison
|
||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
target: 99% # Set target instead of comparing against base
|
||||||
|
base: auto # Let Codecov auto-detect base
|
||||||
|
if_no_uploads: error
|
||||||
|
patch:
|
||||||
|
target: 95% # Set reasonable patch target
|
||||||
Loading…
x
Reference in New Issue
Block a user