Skip to content

Commit

Permalink
chore: testing workflow debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Dec 18, 2024
1 parent 8e916d0 commit fed3d93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/contracts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ jobs:
- name: Install lcov
run: sudo apt-get install -y lcov

- name: Run Foundry tests without coverage
run: forge test
working-directory: contracts

- name: Run Hardhat and Foundry tests with coverage
run: yarn coverage
working-directory: contracts
Expand Down
1 change: 1 addition & 0 deletions contracts/scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ lcov \
--ignore-errors format \
--ignore-errors inconsistent \
--ignore-errors empty \
--ignore-errors unused \
--rc max_message_count=3 \
--rc branch_coverage=1 \
--rc derive_function_end_line=0 \
Expand Down

0 comments on commit fed3d93

Please sign in to comment.