Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.codecov.yml - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55af1a36ca8401ad31153a039747bbdbe647fffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
coverage:
  status:
    project:
      default: off
      linux:
        flags: linux
        # Fixed target instead of auto set by #7173, can
        # be removed when flags in Codecov are added back.
        target: 97.4
        threshold: 0.1
        base: auto
      windows:
        flags: windows
        # Fixed target instead of auto set by #7173, can
        # be removed when flags in Codecov are added back.
        target: 97.7
        threshold: 0.1
        base: auto