From 5aacd057b119a59f2210f23092ecf13987a7a651 Mon Sep 17 00:00:00 2001 From: ariwk Date: Sun, 20 Oct 2024 14:33:20 +0200 Subject: [PATCH] ci: fix coverage config --- .github/workflows/poetry-build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/poetry-build.yml b/.github/workflows/poetry-build.yml index 49771e2..e1e95bb 100644 --- a/.github/workflows/poetry-build.yml +++ b/.github/workflows/poetry-build.yml @@ -28,8 +28,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} BRANCH_NAME: ${{ github.head_ref || github.ref_name }} - args: > - -Dsonar.branch.name=${{ env.BRANCH_NAME }} + with: + args: > + -Dsonar.branch.name=${{ env.BRANCH_NAME }} release-please: needs: verify-with-tox runs-on: ubuntu-latest