Skip to content

Commit

Permalink
Updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar92 committed Oct 4, 2024
1 parent ac11dff commit 9fdb868
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .github/workflows/sonar-cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,27 +9,25 @@ on:
pull_request:

jobs:
# octopoes-tests:
# uses: minvws/nl-kat-coordination/.github/workflows/octopoes-tests.yml@feature/sonar-cloud
# bytes-tests:
# uses: minvws/nl-kat-coordination/.github/workflows/bytes-tests.yml@feature/sonar-cloud
# mula-tests:
# uses: minvws/nl-kat-coordination/.github/workflows/mula-tests.yml@feature/sonar-cloud
# rocky-tests:
# uses: minvws/nl-kat-coordination/.github/workflows/rocky-tests.yml@feature/sonar-cloud
octopoes-tests:
uses: minvws/nl-kat-coordination/.github/workflows/octopoes-tests.yml@feature/sonar-cloud
bytes-tests:
uses: minvws/nl-kat-coordination/.github/workflows/bytes-tests.yml@feature/sonar-cloud
mula-tests:
uses: minvws/nl-kat-coordination/.github/workflows/mula-tests.yml@feature/sonar-cloud
rocky-tests:
uses: minvws/nl-kat-coordination/.github/workflows/rocky-tests.yml@feature/sonar-cloud
boefjes-tests:
uses: minvws/nl-kat-coordination/.github/workflows/boefjes-tests.yml@feature/sonar-cloud

# todo: boefjes

fix-coverage-reports:
runs-on: ubuntu-latest

needs:
# - octopoes-tests
# - mula-tests
# - bytes-tests
# - rocky-tests
- octopoes-tests
- mula-tests
- bytes-tests
- rocky-tests
- boefjes-tests

strategy:
Expand Down Expand Up @@ -91,6 +89,6 @@ jobs:
pattern: "*-coverage-unit-fixed"

- name: SonarCloud
uses: SonarSource/sonarcloud-github-action@v2.2.0
uses: SonarSource/sonarcloud-github-action@v3.1.0
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 9fdb868

Please sign in to comment.