diff --git a/codecov.yml b/codecov.yml index dfcda309ab..d2e1fea9db 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,23 +7,33 @@ github_checks: annotations: false ignore: - - audits/* - - docker/* - - documentation/* - - examples/* - - genesis/* - - proto/* - - scripts/* - - *.hsb - - *.toml - - *.lock - - *.md - - *.yml - - .github/* + - 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/* + - .changelog - LICENSE - Makefile - crates/tests - crates/test_utils - - crates/benches \ No newline at end of file + - crates/benches + - crates/apps/src/bin + - crates/apps/src/lib/cli + - crates/apps/src/lib/client \ No newline at end of file