-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated lock to allow upgrades by dao
- Loading branch information
Showing
15 changed files
with
161 additions
and
432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
#!/bin/sh | ||
|
||
echo "Removing test, script and src/escrow/increasing/delegation and proxylib files from coverage report" | ||
forge coverage --report lcov && | ||
lcov --remove ./lcov.info -o ./lcov.info.pruned \ | ||
'test/**/*.sol' 'script/**/*.sol' 'test/*.sol' \ | ||
'script/*.sol' 'src/escrow/increasing/delegation/*.sol' \ | ||
'src/libs/ProxyLib.sol' && | ||
genhtml lcov.info.pruned -o report --branch-coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.