Skip to content

Commit c67373f

Browse files
authored
Merge pull request #266 from sprintertech/chore/fix-coverage-ci
Do coverage run on the same fork block as tests
2 parents 0976eb2 + cac431b commit c67373f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
timeout-minutes: 15
6666
run: |
6767
set -e # Exit immediately if coverage fails
68-
npm run coverage
68+
FORK_BLOCK_NUMBER=40729100 npm run coverage
6969
echo "✅ Coverage completed successfully"
7070
7171
- name: Validate coverage

0 commit comments

Comments
 (0)