Skip to content

Commit c1127f0

Browse files
committed
#130 fix: use correct llvm-cov export syntax for lcov
1 parent 558ffc3 commit c1127f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
shell: bash
264264
run: |
265265
set -euo pipefail
266-
cargo +nightly wasmcov report -- --lcov --output-path wasm-lcov.info
266+
cargo +nightly wasmcov report -- export --format=lcov > wasm-lcov.info
267267
268268
- name: Upload WASM coverage to Codecov
269269
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)