From a6873b20e6f55b99eba920e7351c99866a88fdb2 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 2 Sep 2022 00:45:53 +0200 Subject: [PATCH] Drop spaces between Codecov flags This attempts to keep the flags separated by commas but without whitespaces, following the official examples. --- .github/workflows/tox-tests.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tox-tests.yaml b/.github/workflows/tox-tests.yaml index 11d3a84..9fe31fd 100644 --- a/.github/workflows/tox-tests.yaml +++ b/.github/workflows/tox-tests.yaml @@ -142,10 +142,13 @@ jobs: with: files: .test-results/pytest/cov.xml flags: >- - GHA, - ${{ runner.os }}, - ${{ matrix.python-version }}, - towncrier-v${{ matrix.towncrier-version }} + GHA,${{ + runner.os + }},${{ + matrix.python-version + }},towncrier-v${{ + matrix.towncrier-version + }} check: # This job does nothing and is only used for the branch protection if: always()