Add codecov configuration

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
master
Vincent Demeester 2017-05-16 16:53:35 +02:00
parent a2225276af
commit f4b8aec86e
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3
1 changed files with 19 additions and 0 deletions

19
codecov.yml Normal file
View File

@ -0,0 +1,19 @@
comment:
layout: header, changes, diff, sunburst
coverage:
status:
patch:
default:
target: 50%
only_pulls: true
# project will give us the diff in the total code coverage between a commit
# and its parent
project:
default:
target: auto
threshold: "0.05%"
changes: false
ignore:
- "**/internal/test"
- "vendor/*"
- "cli/compose/schema/bindata.go"