Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Dec 13, 2024
1 parent b9810b2 commit 9025a05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/contracts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@8f1998e9878d786675189ef566a2e4bf24869773 # v1.2.0
with:
version: nightly

- name: Install lcov
run: sudo apt-get install -y lcov
Expand Down
1 change: 1 addition & 0 deletions contracts/scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ rm -rf coverage
mkdir -p coverage

# Generate the Forge coverage report
forge clean
forge coverage --report summary --report lcov --report-file coverage/lcov-forge.info

# Generate the Hardhat coverage report
Expand Down

0 comments on commit 9025a05

Please sign in to comment.