Skip to content

Commit

Permalink
Add missing closing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaskrause committed Nov 21, 2023
1 parent b864175 commit fb23a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Run tests code coverage (ignored tests)
run: cargo llvm-cov --no-report --release -- --ignored
- name: Merge code coverage reports
run: cargo llvm-cov report --ignore-filename-regex '(tests?\.rs)|(capi/.*) --release --codecov --output-path codecov.json
run: cargo llvm-cov report --ignore-filename-regex '(tests?\.rs)|(capi/.*)' --release --codecov --output-path codecov.json
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit fb23a12

Please sign in to comment.