forked from ansys/pyaedt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
28 lines (27 loc) · 1.1 KB
/
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
comment:
layout: "diff"
behavior: default
coverage:
status:
project: false
patch:
default:
# basic
target: 85%
if_not_found: success
if_ci_failed: error
if_no_uploads: error
ignore:
- "examples" # ignore folders and all its contents
- "_unittest" # ignore folders and all its contents
- "_unittest_ironpython" # ignore folders and all its contents
- "pyaedt/third_party/**/*.py" # ignore folders and all its contents
- "pyaedt/rpc/**/*.py" # ignore folders and all its contents
- "pyaedt/generic/toolkit.py" # ignore folders and all its contents
- "pyaedt/doctest_fixtures/*.py" # ignore folders and all its contents
- "pyaedt/siwave.py" # ignore folders and all its contents
- "pyaedt/setup.py" # ignore folders and all its contents
- "pyaedt/setup-distutils.py" # ignore folders and all its contents
- "pyaedt/_setup_common.py" # ignore folders and all its contents
- "pyaedt/misc/*.py" # ignore folders and all its contents
- "pyaedt/sbrplus/hdm_utils.py" # ignore folder and all its contents