From 2556d269f82c3cf52fc1fb6308d1cd713e5793be Mon Sep 17 00:00:00 2001 From: purificant Date: Wed, 20 Dec 2023 00:52:21 +0000 Subject: [PATCH] allow empty coverage reports --- .github/workflows/test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e51cdb0..ba353a3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -51,6 +51,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} flag-name: ${{ matrix.python-version }} on ${{ matrix.os }} parallel: true + allow-empty: true coveralls: name: Indicate completion to coveralls.io when all parallel jobs finished