github.com/Prakhar-Agarwal-byte/moby@v0.0.0-20231027092010-a14e3e8ab87e/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/**/*"