From 7387cdf8e503cc8ae815d66dd18251067d00c7d9 Mon Sep 17 00:00:00 2001 From: Jeffrey Gill Date: Mon, 8 Feb 2021 16:00:58 -0500 Subject: [PATCH] Fix coverage reporting --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c704670..b1a3273 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -96,7 +96,7 @@ jobs: env: COVERALLS_SERVICE_NAME: github COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }} - COVERALLS_FLAG_NAME: test-linux-${{ matrix.python-version }} + COVERALLS_FLAG_NAME: test-linux-${{ matrix.python-version }}-${{ matrix.qt-version }} COVERALLS_PARALLEL: true coveralls: