Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/yAudit' into tamara-sup-9051-cre…
Browse files Browse the repository at this point in the history
…ate-a-simple-permissioned-factory-with-events-to-be-the
  • Loading branch information
0xTimepunk committed Nov 4, 2024
2 parents c1ae7b5 + 75b788d commit 25511e0
Show file tree
Hide file tree
Showing 10 changed files with 841 additions and 378 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ docs/

# Dotenv file
.env

lcov.info
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ update:; forge update
# Build & test
build :; FOUNDRY_PROFILE=production forge build
build-sizes :; FOUNDRY_PROFILE=production forge build --sizes
test-vvv :; forge test --match-test test_harvestAndReport --evm-version cancun -vv
test-vvv :; forge test --match-test test_superVaultConstructorReverts --evm-version cancun -vvv
ftest :; forge test --evm-version cancun
coverage :; forge coverage --evm-version cancun --report lcov
clean :; forge clean
Expand Down
Loading

0 comments on commit 25511e0

Please sign in to comment.