Skip to content

Commit ea94dce

Browse files
authored
chore(coverage,ci): remove GeneralStateTests from ethereum/tests coverage (#1599)
1 parent d848e06 commit ea94dce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ jobs:
9999
repository: ethereum/tests
100100
path: testpath
101101
sparse-checkout: |
102-
GeneralStateTests
103102
BlockchainTests
104103
EOFTests
105104
@@ -147,7 +146,7 @@ jobs:
147146
fi
148147
149148
# Do not search EOF files in legacy tests (assuming blockchain files we do not cover yet)
150-
if [[ "$file" == *"GeneralStateTests"* ]]; then
149+
if [[ "$file" != *"EOFTests"* ]]; then
151150
file_path=${{ github.workspace }}/legacytestpath/Cancun/$file
152151
base_name=$(basename "$file")
153152
legacy_file_name="legacy_$base_name"

0 commit comments

Comments
 (0)