Skip to content

Commit

Permalink
feat: add coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 committed Nov 4, 2024
1 parent cee5a93 commit 4b4b0e6
Show file tree
Hide file tree
Showing 184 changed files with 37,033 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
target
.snfoundry_cache/
.snfoundry_versioned_programs/
snfoundry_trace
.DS_Store
7 changes: 6 additions & 1 deletion Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ url= "https://starknet-sepolia.public.blastapi.io"
[[target.starknet-contract]]
casm = true
build-external-contracts = ["token_bound_accounts::accountV3::accountV3::AccountV3"]
allowed-libfuncs-list.name = "experimental"
allowed-libfuncs-list.name = "experimental"

[profile.dev.cairo]
unstable-add-statements-code-locations-debug-info = true
unstable-add-statements-functions-debug-info = true
inlining-strategy = "avoid"
Loading

0 comments on commit 4b4b0e6

Please sign in to comment.