.github: move codecov.yml into .github

This commit is contained in:
Tess Rinearson
2020-11-06 00:56:06 +01:00
parent 8ae5c60637
commit e52f9de148
+27
View File
@@ -0,0 +1,27 @@
coverage:
precision: 2
round: down
range: "70...100"
github_checks:
annotations: false
status:
project:
default:
threshold: 1%
patch: on
changes: off
comment:
layout: "diff, files"
behavior: default
require_changes: no
require_base: no
require_head: yes
ignore:
- "docs"
- "DOCKER"
- "scripts"
- "**/*.pb.go"
- "libs/pubsub/query/query.peg.go"