From 929968a73dbf5e0aa612fa5615724cf5e2736de8 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 12 Jan 2021 07:53:36 -0600 Subject: [PATCH] Fix for breaking change in coveralls-python 3.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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