Skip to content

Commit 8c4c564

Browse files
peterwhtchungquantinDaanvdplas
authored
chore: upgrade to stable2412 (#417)
Co-authored-by: Tin Chung <[email protected]> Co-authored-by: Daanvdplas <[email protected]> Co-authored-by: Daan van der Plas <[email protected]>
1 parent 984d89c commit 8c4c564

File tree

49 files changed

+8925
-5123
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+8925
-5123
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ jobs:
109109
strategy:
110110
matrix:
111111
features:
112+
- "westend,devnet"
112113
- "westend,testnet"
113-
- "paseo,testnet"
114+
- "westend,mainnet"
114115
steps:
115116
- uses: actions/checkout@v4
116117

@@ -162,7 +163,7 @@ jobs:
162163
uses: taiki-e/install-action@cargo-llvm-cov
163164

164165
- name: Generate code coverage
165-
run: cargo llvm-cov --all-features --workspace --exclude integration-tests --lib --bins --codecov --output-path codecov.json
166+
run: cargo llvm-cov --all-features --workspace --exclude integration-tests --exclude pop-api-integration-tests --lib --bins --codecov --output-path codecov.json
166167

167168
- name: Upload to codecov.io
168169
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)