Update build.yml

This commit is contained in:
2025-06-25 16:33:12 +02:00
committed by GitHub
parent 6e698c235c
commit a146363fcd

View File

@@ -8,19 +8,8 @@ on:
jobs: jobs:
build: build:
name: Build name: Upload coverage reports to Codecov
runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: codecov/codecov-action@v5
with: with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis token: ${{ secrets.CODECOV_TOKEN }}
- uses: sonarsource/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
# If you wish to fail your job when the Quality Gate is red, uncomment the
# following lines. This would typically be used to fail a deployment.
# - uses: sonarsource/sonarqube-quality-gate-action@master
# timeout-minutes: 5
# env:
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}