Skip to content

Commit

Permalink
WIP chore(ci): allow cfg(tarpaulin_include)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-melnychuk committed Sep 28, 2024
1 parent 56268db commit 1ed4fa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,6 @@ wiremock = "0.6.2"

[patch.crates-io]
starknet-core = { git = "https://github.com/kariy/starknet-rs", branch = "dojo-patch" }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

0 comments on commit 1ed4fa1

Please sign in to comment.