-
Notifications
You must be signed in to change notification settings - Fork 194
/
.codecov.yml
50 lines (45 loc) · 924 Bytes
/
.codecov.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
codecov:
bot: jayvdb
max_report_age: 48
strict_yaml_branch: master
coverage:
precision: 1
round: up
range: 75..95
status:
project:
default:
enabled: yes
patch:
default:
enabled: yes
changes:
default:
enabled: yes
ignore:
- Users
- pywikibot/daemonize.py
- pywikibot/families/__init__.py
- pywikibot/scripts/preload_sites.py
- pywikibot/scripts/version.py
- scripts/dataextend.py
- scripts/maintenance/colors.py
- scripts/maintenance/make_i18n_dict.py
- scripts/userscripts/
- tests/pwb/
notify:
irc:
default:
server: libera.chat
channel: pywikibot
component_management:
individual_components:
- component_id: Framework
paths:
- pywikibot/**
- component_id: Tests
paths:
- tests/**
- component_id: Scripts
paths:
- scripts/**