forked from namada-net/namada
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
45 lines (42 loc) · 751 Bytes
/
codecov.yml
File metadata and controls
45 lines (42 loc) · 751 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
coverage:
precision: 2
round: down
range: "60...90"
github_checks:
annotations: false
fixes:
- "__w/namada/namada::"
ignore:
- audits
- docker
- documentation
- examples
- genesis
- proto
- scripts
- about.hsb
- rustfmt.toml
- rust-toolchain.toml
- rust-nightly-version
- release.toml
- about.toml
- README.md
- CONTRIBUTING
- CODE_OF_CONDUCT.md
- CHANGELOG.md
- Cargo.lock
- .gitignore
- .dockerignore
- .vscode
- .changelog
- LICENSE
- Makefile
- crates/tests
- crates/test_utils
- crates/benches
- crates/apps/src/bin
- crates/apps_lib/src/cli
- crates/apps_lib/src/client
- crates/apps_lib/src/wasm_loader
- crates/node/src/bench_utils
- crates/node/src/shell/testing