We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b73d065 commit cfddeb8Copy full SHA for cfddeb8
.github/workflows/run-dev-tests.yml
@@ -52,9 +52,6 @@ jobs:
52
with:
53
tool: cargo-nextest,cargo-llvm-cov,cargo-binstall
54
55
- - name: Install llvm-cov-pretty (HTML report generator)
56
- run: cargo binstall -y llvm-cov-pretty
57
-
58
- uses: actions/setup-python@v5
59
60
python-version: 3.x
@@ -221,13 +218,13 @@ jobs:
221
218
run: uvx nox -s test -- --profile all
222
219
223
220
- name: Generate Coverage HTML report
224
- run: uvx nox -s pretty-cov
+ run: uvx nox -s llvm-cov
225
226
- name: Upload coverage data
227
uses: actions/upload-artifact@v4
228
229
name: HTML_report-${{ runner.os }}
230
- path: target/llvm-cov-pretty
+ path: target/llvm-cov/html
231
232
- name: Generate Coverage lcov report
233
run: |
0 commit comments