Skip to content

Commit d9183f2

Browse files
authored
Merge pull request #9 from cuteolaf/test/auto-updater
feat: Improve auto-updater coverage and fix CI coverage command
2 parents 299d25a + f572dd8 commit d9183f2

File tree

4 files changed

+420
-2
lines changed

4 files changed

+420
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
- name: Run tests with coverage
7373
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/))'
74+
run: cargo llvm-cov nextest --workspace --json --output-path coverage.json --html --output-dir coverage-html -E 'not (test(/live/) | test(/integration/))'
7575

7676
- name: Upload coverage HTML report
7777
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)