Set correct output file (#5006)

This commit is contained in:
Jim Fasarakis-Hilliard
2023-06-12 13:48:25 +03:00
committed by GitHub
parent cbaed46fb4
commit 2b4f607cbc

View File

@@ -31,7 +31,7 @@ jobs:
run: cargo llvm-cov --no-report run -- -m test -u all --slowest --fail-env-changed
continue-on-error: true
- name: Prepare code coverage data
run: cargo llvm-cov report --lcov --output-path='codecov.cov'
run: cargo llvm-cov report --lcov --output-path='codecov.lcov'
- name: Upload to Codecov
uses: codecov/codecov-action@v3
with: