Skip to content

Commit

Permalink
fix: issue with cargo-tarpaulin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tenequm committed Jul 4, 2024
1 parent 1e7fa9a commit 8d0aabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ jobs:
echo "CARGO_INCREMENTAL=0" >> $GITHUB_ENV
- name: Install cargo-tarpaulin
run: cargo install cargo-tarpaulin@0.26.1
run: cargo install cargo-tarpaulin@0.26.1 --locked
- name: Generate coverage report with cargo-tarpaulin
run: cargo tarpaulin --timeout 120 --workspace -e runtime-integration-test mangata-node common-runtime mangata-kusama-runtime mangata-rococo-runtime --exclude-files **/mock.rs **/weights.rs **/weights/* --out Xml
- name: Upload to codecov.io
Expand Down

0 comments on commit 8d0aabd

Please sign in to comment.