Skip to content

Commit

Permalink
testing before coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmncos committed Aug 8, 2024
1 parent 2a1c590 commit 26a84ec
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
matrix:
platform: [macos-latest]
toolchain: [nightly-aarch64-apple-darwin]
package: [cross-contract-calls, fungible-token]
features: ['', '--features unstable,legacy,__abi-generate']
steps:
- uses: actions/checkout@v3
- name: Install Homebrew
Expand All @@ -42,6 +40,10 @@ jobs:
run: rustc --version --verbose
- name: Add rust-src component
run: rustup component add rust-src --toolchain ${{ matrix.toolchain }}
- name: Verify targets
run: rustup target list --installed
- name: Test
run: cargo test --all --features unstable,legacy
- name: Generate code coverage
run: cargo llvm-cov --lcov --output-path llvm-cov-output.lcov
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 26a84ec

Please sign in to comment.