summaryrefslogtreecommitdiffhomepage
path: root/codecov.yml
blob: 1898cab5d5b6821f68abda1f19e49912436c456e (plain)
1
2
3
4
5
6
7
8
9
10
coverage:
  status:
    project:
      default:
        # Allow total coverage to drop by up to 1% without failing the check
        threshold: 3%
    patch:
      default:
        # Report diff coverage without ever failing the check
        informational: true