From f0638404e07e7aa02eafcc0505e413802f0c32af Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:29:56 -0400 Subject: [PATCH] Separate Coveralls build results by platform Currently we only set the flag for build results to the Python version, but since we test across platforms now we should also separate by the platform as well. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8202dc8..4f0822d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -283,7 +283,7 @@ jobs: - name: Upload coverage report uses: coverallsapp/github-action@v2 with: - flag-name: py${{ matrix.python-version }} + flag-name: py${{ matrix.python-version }} - ${{ matrix.platform }} parallel: true if: success() - name: Setup tmate debug session