Skip to content

Commit

Permalink
feat: update locks
Browse files Browse the repository at this point in the history
  • Loading branch information
roderik committed Sep 29, 2024
1 parent a0f18c1 commit 1fa258d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/solidity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
- name: Report code coverage
if: github.event_name == 'pull_request'
uses: zgosalvez/[email protected].16
uses: zgosalvez/[email protected].15
with:
coverage-files: lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 4 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
fs_permissions = [{ access = "read", path = "ignition/deployments/chain-31337/deployed_addresses.json"}]

[profile.ci]
fuzz = { runs = 10_000 }
verbosity = 4
Expand Down Expand Up @@ -30,3 +32,5 @@
auto_detect_solc = false
extra_output_files = [ "metadata" ]
viaIR = true
fs_permissions = [{ access = "read", path = "ignition/deployments/chain-31337/deployed_addresses.json"}]

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1fa258d

Please sign in to comment.