summaryrefslogtreecommitdiff
path: root/.codecov.yml
blob: 7c6c8f33e1e19d8e3cd3116881e3b0369a4cee0c (plain)
1
2
3
4
5
6
7
8
9
10
11
coverage:
  range: "80...100"
  status:
    project:
      default:
        threshold: 0.05%

# Files not run by tests
ignore:
  - "src/dosinst.c"
  - "src/uninstall.c"