mirror of
https://github.com/gin-gonic/gin.git
synced 2026-06-07 04:38:19 +08:00
12 lines
321 B
YAML
12 lines
321 B
YAML
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%
|