Skip to content

Commit

Permalink
Update version-update-workflow.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Raoul Linnenbank <[email protected]>
  • Loading branch information
rflinnenbank authored Nov 23, 2023
1 parent d39b0a1 commit 27b016a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/version-update-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
poetry run coverage run -m pytest
poetry run coverage report
# Generate XML Coverage result file
- if: matrix.version == '3.8'
- if: matrix.version == '3.10'
name: Generate Coverage XML file
run: poetry run coverage xml
# Upload coverage data to SonarCloud.io
- if: matrix.version == '3.8'
- if: matrix.version == '3.10'
name: Update SonarCloud.io
uses: SonarSource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 27b016a

Please sign in to comment.