Skip to content

Commit

Permalink
Bump tarpaulin version
Browse files Browse the repository at this point in the history
For test coverage
  • Loading branch information
ipapandinas authored Jan 14, 2025
1 parent 765d44b commit 1db4edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
- name: Run all tests & Generate report
uses: actions-rs/[email protected]
with:
version: 0.22.0
args: '--workspace --features try-runtime,runtime-benchmarks -e astar-collator xcm-tools local-runtime shibuya-runtime shiden-runtime astar-runtime integration-tests --exclude-files vendor/* bin/* runtime/* tests/* **/mock.rs **/weights.rs precompiles/utils/*'
version: 0.31.0
args: '--workspace --features try-runtime,runtime-benchmarks -e astar-collator xcm-tools local-runtime shibuya-runtime shiden-runtime astar-runtime integration-tests --exclude-files vendor/* bin/* runtime/* tests/* **/mock.rs **/weights.rs'
out-type: Xml

- name: Code Coverage Summary Report
Expand Down

0 comments on commit 1db4edf

Please sign in to comment.