Skip to content

Commit 2b4f607

Browse files
authored
Set correct output file (RustPython#5006)
1 parent cbaed46 commit 2b4f607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cargo llvm-cov --no-report run -- -m test -u all --slowest --fail-env-changed
3232
continue-on-error: true
3333
- name: Prepare code coverage data
34-
run: cargo llvm-cov report --lcov --output-path='codecov.cov'
34+
run: cargo llvm-cov report --lcov --output-path='codecov.lcov'
3535
- name: Upload to Codecov
3636
uses: codecov/codecov-action@v3
3737
with:

0 commit comments

Comments
 (0)