summaryrefslogtreecommitdiff
path: root/codecov.yaml
blob: 217805ed13a8cf7d654857d1076f1840f7ab1700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
ignore:
- "src/virtualenv/create/via_global_ref/builtin/python2/site.py"
- "src/virtualenv/create/via_global_ref/_virtualenv.py"
- "src/virtualenv/activation/python/activate_this.py"

coverage:
  range: "80...100"
  coverage:
    status:
      patch: false
      changes: false
      project:
        default:
          target: '80'
  notify:
    after_n_builds: 24
    wait_for_ci: yes

comment:
  layout: "diff, files"
  behavior: default
  require_changes: no