File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 run : scarb fmt --check --workspace
4949
5050 - name : Run tests
51- run : snforge test --workspace --features coverage_incompatible, fuzzing --fuzzer-runs 500
51+ run : snforge test --workspace --features fuzzing --fuzzer-runs 500
5252
5353 - name : Run tests and generate coverage report
5454 run : snforge test --workspace --coverage
Original file line number Diff line number Diff line change @@ -67,9 +67,6 @@ snforge_std.workspace = true
6767openzeppelin_test_common = { path = " packages/test_common" }
6868openzeppelin_testing = { path = " packages/testing" }
6969
70- [workspace .features ]
71- coverage_incompatible = [" packages/presets/coverage_incompatible" ]
72-
7370[lib ]
7471
7572[[target .starknet-contract ]]
Original file line number Diff line number Diff line change @@ -38,9 +38,6 @@ snforge_std.workspace = true
3838openzeppelin_testing = { path = " ../testing" }
3939openzeppelin_test_common = { path = " ../test_common" }
4040
41- [features ]
42- coverage_incompatible = []
43-
4441[lib ]
4542
4643[[target .starknet-contract ]]
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ pub mod erc20;
44pub mod erc721 ;
55pub mod eth_account ;
66pub mod interfaces ;
7- #[cfg(feature: " coverage_incompatible" )]
87pub mod meta_tx_v0 ;
98
109#[cfg(test)]
@@ -18,7 +17,6 @@ pub use erc1155::ERC1155Upgradeable;
1817pub use erc20 :: ERC20Upgradeable ;
1918pub use erc721 :: ERC721Upgradeable ;
2019pub use eth_account :: EthAccountUpgradeable ;
21- #[cfg(feature: " coverage_incompatible" )]
2220pub use meta_tx_v0 :: MetaTransactionV0 ;
2321pub use universal_deployer :: UniversalDeployer ;
2422pub use vesting :: VestingWallet ;
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ mod test_erc1155;
33mod test_erc20 ;
44mod test_erc721 ;
55mod test_eth_account ;
6- #[cfg(feature: " coverage_incompatible" )]
76mod test_meta_tx_v0 ;
87mod test_universal_deployer ;
98mod test_vesting ;
You can’t perform that action at this time.
0 commit comments