Skip to content

Commit

Permalink
ci: add codecov settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed Apr 9, 2024
1 parent ef9635d commit bbba44b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
coverage:
precision: 2
round: down
range: "60...90"

github_checks:
annotations: false

ignore:
- audits/*
- docker/*
- documentation/*
- examples/*
- genesis/*
- proto/*
- scripts/*
- *.hsb
- *.toml
- *.lock
- *.md
- *.yml
- .github/*
- .vscode
- changelog/*
- LICENSE
- Makefile
- crates/tests
- crates/test_utils
- crates/benches

0 comments on commit bbba44b

Please sign in to comment.