Skip to content

Commit

Permalink
chore: upgrade to stable2412 (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: Tin Chung <[email protected]>
Co-authored-by: Daanvdplas <[email protected]>
Co-authored-by: Daan van der Plas <[email protected]>
  • Loading branch information
4 people authored Jan 21, 2025
1 parent 984d89c commit 8c4c564
Show file tree
Hide file tree
Showing 49 changed files with 8,925 additions and 5,123 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ jobs:
strategy:
matrix:
features:
- "westend,devnet"
- "westend,testnet"
- "paseo,testnet"
- "westend,mainnet"
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -162,7 +163,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov

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

- name: Upload to codecov.io
uses: codecov/codecov-action@v4
Expand Down
Loading

0 comments on commit 8c4c564

Please sign in to comment.