From 9ca54f6b7876ac6faba3f609dee2725f2c108bf6 Mon Sep 17 00:00:00 2001 From: Aziz Kayumov Date: Mon, 13 Nov 2023 21:07:38 +0900 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8daa36d..58efddc 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -15,14 +15,12 @@ jobs: options: --security-opt seccomp=unconfined steps: - name: Checkout repository - uses: actions/checkout@v2 - + uses: actions/checkout@master - name: Generate code coverage run: | cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml - - name: Upload to codecov.io - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: # token: ${{secrets.CODECOV_TOKEN}} # not required for public repos fail_ci_if_error: true