github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/moby/codecov.yml (about)

     1  comment:
     2    layout: header, changes, diff, sunburst
     3  coverage:
     4    status:
     5      patch:
     6        default:
     7          target: 50%
     8          only_pulls: true
     9      # project will give us the diff in the total code coverage between a commit
    10      # and its parent
    11      project:
    12        default:
    13          target: auto
    14          threshold: "15%"
    15      changes: false
    16  ignore:
    17    - "vendor/*"