summaryrefslogtreecommitdiff
path: root/.github/codecov.yml
blob: dc6cc4cbe32a8c068f02478e2f5c4cf2a328cf3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt

coverage:
  status:
    # Codecov shouldn't put red x's on pull requests
    # https://docs.codecov.io/docs/common-recipe-list#set-non-blocking-status-checks
    project:
      default:
        informational: true
    patch:
      default:
        informational: true

comment: false