2017-05-16 10:53:35 -04:00
|
|
|
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
|
2017-06-07 07:26:24 -04:00
|
|
|
threshold: "15%"
|
2017-05-16 10:53:35 -04:00
|
|
|
changes: false
|
|
|
|
ignore:
|
|
|
|
- "**/internal/test"
|
|
|
|
- "vendor/*"
|
|
|
|
- "cli/compose/schema/bindata.go"
|
2018-01-02 17:56:07 -05:00
|
|
|
- ".*generated.*"
|