diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 80ba53e..106cb65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: with: toolchain: ${{ github.event.schedule && 'nightly' || 'stable' }} - name: Generate code coverage - run: cargo tarpaulin --all-features --workspace --timeout 120 --out Xml + run: cargo tarpaulin --all-features --workspace --timeout 120 --out xml - uses: codecov/codecov-action@v3 with: fail_ci_if_error: true