diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 36dd55e5..c3662bfd 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -18,6 +18,6 @@ jobs: steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - run: cargo-tarpaulin tarpaulin --workspace --out Xml - - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d + - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e with: flags: unittests,rust