diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index ee1b2ef35..231ac5bda 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -46,8 +46,8 @@ jobs: - name: Run all tests & Generate report uses: actions-rs/tarpaulin@v0.1 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