Skip to content

Commit

Permalink
fixup CI llvm-cov by providing env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
luukvanderduim committed Mar 9, 2024
1 parent 3fa501c commit a7f7e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
run: |
sudo apt -y install at-spi2-core systemd
- name: cargo llvm-cov
run: cargo llvm-cov --workspace --locked --lcov --output-path lcov.info
run: LOCKSTEP_XML_PATH="../xml" cargo llvm-cov --workspace --locked --lcov --output-path lcov.info
- name: Upload to codecov.io
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit a7f7e6c

Please sign in to comment.