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: 0a97fffe33526e00b858a6ee3d614f61873eb741 (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.4
        threshold: 0.1
        base: auto