github.com/elastic/gosigar@v0.14.3/codecov.yml (about)

     1  # Enable coverage report message for diff on commit
     2  coverage:
     3    status:
     4      project: off
     5      patch:
     6        default:
     7          # basic
     8          target: auto
     9          threshold: null
    10          base: auto
    11          # advanced
    12          branches: null
    13          if_no_uploads: error
    14          if_not_found: success
    15          if_ci_failed: error
    16          only_pulls: false
    17          flags: null
    18          paths: null
    19  
    20  # Disable comments on Pull Requests
    21  comment: false