We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6155af8 commit c91e830Copy full SHA for c91e830
.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
107
- name: Run tests with coverage
108
if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
109
run: |
110
- cargo llvm-cov nextest --workspace --json --output-path coverage.json -- -E 'not (test(/live/) | test(/integration/))'
+ cargo llvm-cov nextest --workspace --json --output-path coverage.json -E 'not (test(/live/) | test(/integration/))'
111
112
- name: Generate coverage badge
113
0 commit comments