Skip to content

Commit

Permalink
chore(coverage.sh): add FORK flag
Browse files Browse the repository at this point in the history
  • Loading branch information
gitmp01 committed Jul 27, 2024
1 parent b51c7e9 commit ee95689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
forge coverage --skip src/ptoken-v1/*.sol src/ptoken-v1/*.sol --report lcov

# Generate coverage/lcov.info
yarn hardhat coverage --solcoverjs .solcover.cjs
FORK=1 yarn hardhat coverage --solcoverjs .solcover.cjs

# Generate report
genhtml -o lcov lcov.info coverage/lcov.info
Expand Down

0 comments on commit ee95689

Please sign in to comment.