File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 4343 - name : Checkout code
4444 uses : actions/checkout@v4
4545
46- - name : Fetch all branches
47- run : git fetch --all
48-
4946 - name : Install Foundry
5047 uses : foundry-rs/foundry-toolchain@v1
5148 with :
5552 run : forge install
5653
5754 - name : Generate gas diff
58- uses : atarpara/foundry-snapshot-diff@v0.6
55+ uses : atarpara/foundry-snapshot-diff@v0.7
5956 with :
6057 # Optionally configure to run only for changes in specific files. For example:
6158 # token: ${{ secrets.GITHUB_TOKEN }}
@@ -102,7 +99,7 @@ Includes gas reports for new contracts in the generated report. This parameter a
10299
103100_ Defaults to: ` false ` _
104101
105- ### ` include-fuzz-test ` _ {bool}_
102+ ### ` include-fuzz-tests ` _ {bool}_
106103
107104Determines whether to include fuzz test results in the gas report. The gas values will compare the average gas usage by each fuzz test.
108105
Original file line number Diff line number Diff line change 11{
22 "name" : " foundry-snapshot-diff" ,
3- "version" : " v0.6 " ,
3+ "version" : " v0.7 " ,
44 "description" : " Github Action reporting gas diff from .gas-snapshot" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments