Skip to content

Commit

Permalink
CI: Add explicite collections contract build to the coverage job
Browse files Browse the repository at this point in the history
  • Loading branch information
ueco-jb committed Sep 5, 2024
1 parent 04f802e commit f4a584f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
run: rustup update stable
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
# Explicitly build the collections contract first
- name: Build Collections Contract
run: cargo build --release -p phoenix-nft-collections --target wasm32-unknown-unknown
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --codecov --output-path codecov.json
- name: Upload coverage to Codecov
Expand Down

0 comments on commit f4a584f

Please sign in to comment.