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

comment: false

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