diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index e315832bd..2fa4c6001 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -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: