diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 15a0158..b174b46 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -18,6 +18,6 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - run: cargo-tarpaulin tarpaulin --workspace --out Xml - - uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e + - uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 with: flags: unittests,rust