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

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