summaryrefslogtreecommitdiff
path: root/codecov.yml
blob: e697b82bbfe41cbe673e37429b3a09fb45c26582 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
ignore:
  - "benchmark/"
  - "expression-test/"
  - "render-test/"
  - "test/"
  - "vendor/"

coverage:
  status:
    project:
      default:
        threshold: 1%