diff options
Diffstat (limited to 'vendor/github.com/go-ini/ini/codecov.yml')
-rw-r--r-- | vendor/github.com/go-ini/ini/codecov.yml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/github.com/go-ini/ini/codecov.yml b/vendor/github.com/go-ini/ini/codecov.yml new file mode 100644 index 000000000..e02ec84bc --- /dev/null +++ b/vendor/github.com/go-ini/ini/codecov.yml @@ -0,0 +1,16 @@ +coverage: + range: "60...95" + status: + project: + default: + threshold: 1% + informational: true + patch: + defualt: + only_pulls: true + informational: true + +comment: + layout: 'diff' + +github_checks: false |