From e6ed8903ef178f6a8418e44236be55141fb23f34 Mon Sep 17 00:00:00 2001 From: neoz666 Date: Mon, 27 Jan 2025 18:47:36 +0530 Subject: [PATCH] Updated test Signed-off-by: neoz666 --- .github/workflows/test.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fec0e0d..4b57369 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,8 +24,10 @@ jobs: run: cargo install cargo-tarpaulin - name: Run cargo-tarpaulin - run: cargo tarpaulin --timeout 1900 --out Xml --output-dir "./coverage/reports/" --features integration-test -- --nocapture - + uses: actions-rs/tarpaulin@v0.1 + with: + version: '0.15.0' + # Upload coverage report - name: Upload coverage to Codecov uses: codecov/codecov-action@v1