Merge pull request #92 from vdemeester/add-codecov

Add codecov configuration
This commit is contained in:
Kenfe-Mickaël Laventure 2017-05-17 13:50:03 -07:00 committed by GitHub
commit 8372ae744e
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"