diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56a671b121..8486c0bc6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,7 +112,7 @@ jobs: shell: bash run: | cpp-coveralls -i src -i include --exclude-pattern "/usr/*" --dump cpp_cov.json - coveralls --merge=cpp_cov.json + coveralls --merge=cpp_cov.json --service=github finish: needs: main