mirror of
https://github.com/gin-gonic/gin.git
synced 2026-06-28 04:58:15 +08:00
Add codecov.yaml to configure base comparison
This commit is contained in:
parent
c95facd1d9
commit
3aa63d8650
11
.codecov.yaml
Normal file
11
.codecov.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
codecov:
|
||||
# Tell Codecov to compare against upstream master, not commit hash
|
||||
base: "https://github.com/gin-gonic/gin"
|
||||
# Set expected coverage based on current master
|
||||
coverage:
|
||||
status:
|
||||
project:
|
||||
target: 99%
|
||||
informational: true # Make it informational only
|
||||
patch:
|
||||
target: 99%
|
||||
Loading…
x
Reference in New Issue
Block a user