Skip to content

Commit

Permalink
Create codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
needkane authored Sep 19, 2019
1 parent 538b1b8 commit 77b42f0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
coverage:
precision: 2
round: down
range: "70...100"

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"

0 comments on commit 77b42f0

Please sign in to comment.