Skip to content

Commit 0362b78

Browse files
committed
chore(ci): bump coverage to use Prague.
1 parent 945df51 commit 0362b78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/scripts/fill_introduced_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -e
1010
CHANGED_TEST_FILES="$1"
1111
PATCH_TEST_PATH="$2"
1212
BLOCK_GAS_LIMIT="${3:-45000000}"
13-
FILL_UNTIL="${4:-Cancun}"
13+
FILL_UNTIL="${4:-Prague}"
1414

1515
# Include basic evm operations into coverage by default
1616
# As when we translate from yul/solidity some dup/push opcodes could become untouched

.github/scripts/fill_prepatched_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ MODIFIED_DELETED_FILES="$1"
1111
BASE_TEST_PATH="$2"
1212
PATCH_TEST_PATH="$3"
1313
BLOCK_GAS_LIMIT="${4:-45000000}"
14-
FILL_UNTIL="${5:-Cancun}"
14+
FILL_UNTIL="${5:-Prague}"
1515

1616
echo "--------------------"
1717
echo "converted-ethereum-tests.txt seem untouched, try to fill pre-patched version of .py files:"

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
env:
1515
BLOCK_GAS_LIMIT: "45000000"
16-
FILL_UNTIL: "Cancun"
16+
FILL_UNTIL: "Prague"
1717

1818
steps:
1919
- name: Checkout code

0 commit comments

Comments
 (0)