Skip to content

Commit fed3d93

Browse files
committedDec 18, 2024··
chore: testing workflow debugging
1 parent 8e916d0 commit fed3d93

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎.github/workflows/contracts-testing.yml

+4
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ jobs:
6969
- name: Install lcov
7070
run: sudo apt-get install -y lcov
7171

72+
- name: Run Foundry tests without coverage
73+
run: forge test
74+
working-directory: contracts
75+
7276
- name: Run Hardhat and Foundry tests with coverage
7377
run: yarn coverage
7478
working-directory: contracts

‎contracts/scripts/coverage.sh

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ lcov \
3939
--ignore-errors format \
4040
--ignore-errors inconsistent \
4141
--ignore-errors empty \
42+
--ignore-errors unused \
4243
--rc max_message_count=3 \
4344
--rc branch_coverage=1 \
4445
--rc derive_function_end_line=0 \

0 commit comments

Comments
 (0)
Please sign in to comment.