Skip to content

Commit

Permalink
chore(coverage): Exlude unpublished crates from coverage (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored Dec 18, 2024
1 parent 5d5cf8f commit 7e6d428
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
codecov:
require_ci_to_pass: yes

# ignore:
# - "code/itf"
# - "code/test"
ignore:
- "code/crates/test"
- "code/crates/signing-ed25519"
- "code/crates/starknet"
- "code/crates/proto"

coverage:
precision: 2
Expand Down

0 comments on commit 7e6d428

Please sign in to comment.