We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 299d25a + f572dd8 commit d9183f2Copy full SHA for d9183f2
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
72
- name: Run tests with coverage
73
if: github.ref == 'refs/heads/main'
74
- run: cargo llvm-cov nextest --workspace --json --output-path coverage.json --html --output-path coverage-html -E 'not (test(/live/) | test(/integration/))'
+ run: cargo llvm-cov nextest --workspace --json --output-path coverage.json --html --output-dir coverage-html -E 'not (test(/live/) | test(/integration/))'
75
76
- name: Upload coverage HTML report
77
0 commit comments