diff --git a/.codecov.yaml b/.codecov.yaml new file mode 100644 index 00000000..05f9078d --- /dev/null +++ b/.codecov.yaml @@ -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%