forked from ansys/pyaedt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodecov.yml
29 lines (28 loc) · 1.42 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
29
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
- "src/ansys/aedt/core/rpc/**/*.py" # ignore folders and all its contents
- "src/ansys/aedt/core/doctest_fixtures/*.py" # ignore folders and all its contents
- "src/ansys/aedt/core/misc/*.py" # ignore folders and all its contents
- "src/ansys/aedt/core/sbrplus/hdm_utils.py" # ignore folder and all its contents
- "src/ansys/aedt/core/workflows/installer" # ignore folders and all its contents
- "src/ansys/aedt/core/workflows/templates" # ignore folders and all its contents
- "src/ansys/aedt/core/common_rpc.py" # ignore folders and all its contents
- "src/ansys/aedt/core/generic/grpc_plugin_dll_class.py" # ignore file to interact with AEDT grpc api
- "src/ansys/aedt/core/edb.py" # ignore folders and all its contents
- "src/ansys/aedt/core/filtersolutions_core" # ignore filtersolutions feature for the current release pending 2025R1 update
- "src/ansys/aedt/core/filtersolutions.py" # ignore filtersolutions feature for the current release pending 2025R1 update