forked from optimagic-dev/optimagic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
28 lines (28 loc) · 744 Bytes
/
codecov.yml
File metadata and controls
28 lines (28 loc) · 744 Bytes
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
---
codecov:
notify:
require_ci_to_pass: true
coverage:
precision: 2
round: down
range: 50...100
status:
patch:
default:
target: 30%
project:
default:
target: 90%
ignore:
- .tox/**/*
- release.py
- setup.py
- estimagic/tests/**/*
- src/estimagic/benchmarking/cartis_roberts.py
- src/estimagic/optimization/subsolvers/bntr_fast.py
- src/estimagic/optimization/subsolvers/_trsbox_fast.py
- src/estimagic/optimization/subsolvers/_conjugate_gradient_fast.py
- src/estimagic/optimization/subsolvers/_steihaug_toint_fast.py
- src/estimagic/optimization/subsolvers/gqtpar_fast.py
- src/estimagic/optimization/tranquilo/clustering.py
- tests/optimization/test_tao_optimizers.py