Skip to content

Commit

Permalink
ci: fix coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
ariwk committed Oct 20, 2024
1 parent 691fd78 commit 5aacd05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/poetry-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5aacd05

Please sign in to comment.