-
Notifications
You must be signed in to change notification settings - Fork 76
/
.nocover.yaml
47 lines (44 loc) · 1.74 KB
/
.nocover.yaml
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
overrides: coala-ci-requirements.yaml
allow_generic_no_cover: true
nocover_file_globs:
# https://github.com/coala/coala-quickstart/issues/274
- coala_quickstart/generation/Bears.py
# https://github.com/coala/coala-quickstart/issues/273
- coala_quickstart/generation/FileGlobs.py
- coala_quickstart/info_extractors/EditorconfigInfoExtractor.py
# https://github.com/coala/coala-quickstart/issues/222
- coala_quickstart/info_extractors/EditorconfigParsing.py
- coala_quickstart/info_extractors/GemfileInfoExtractor.py
- coala_quickstart/info_extractors/GruntfileInfoExtractor.py
- coala_quickstart/green_mode/green_mode_core.py
- coala_quickstart/green_mode/find_globs.py
nocover_regexes:
# coala_quickstart.py
- args.green_mode
# generation/InfoMapping.py
# https://github.com/coala/coala-quickstart/issues/275
- INFO_SETTING_MAPS =
# generation/Project.py
# https://github.com/coala/coala-quickstart/issues/276
- def language_percentage
# generation/Settings.py::write_coafile
# https://github.com/coala/coala-quickstart/issues/277
- 'if os.path.isfile\(coafile\):'
# generation/SettingsFilling.py
# https://github.com/coala/coala-quickstart/issues/278
- def autofill_value
- def is_autofill_possible
- def require_setting
# generation/Settings.py::get_extensions
# https://github.com/coala/coala-quickstart/issues/279
- if ext in exts
# generation/SettingsClass.py::fillup_optional_settings
# https://github.com/coala/coala-quickstart/issues/280
- if inside_annot
# generation/SettingsClass.py::BearSettings.__init__
- if hasattr.*generate_config
# generation/Utilities.py
# https://github.com/coala/coala-quickstart/issues/281
- def is_glob_exp
- def get_gitignore_glob
- def parse_gitignore_line