github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/codecov.yml (about)

     1  comment: false
     2  
     3  github_checks:
     4    annotations: false
     5  
     6  coverage:
     7    status:
     8      patch: false
     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  
    17  ignore:
    18    - "vendor/**/*"