From 7e5e9ff7f98c6c518c2019395b371ac45de0ba89 Mon Sep 17 00:00:00 2001 From: "David F. Mulcahey" Date: Fri, 6 May 2022 12:00:14 -0400 Subject: [PATCH] Attempt to fix 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 569ad60554..baa48f0eed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -339,7 +339,7 @@ jobs: COVERALLS_PARALLEL: true run: | . venv/bin/activate - coveralls + coveralls --service=github coverage: name: Process test coverage