From 25dbaed736da76fdad2175b1ad0aa04b1f334523 Mon Sep 17 00:00:00 2001 From: nitely Date: Tue, 15 Feb 2022 20:27:52 -0800 Subject: [PATCH] submit to coveralls --- .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 f3ddd2b9b..79e906230 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: COVERALLS_PARALLEL: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - coveralls + coveralls --service=github coveralls: name: Finish Coveralls needs: test