Skip to content

Test coverage fix

Test coverage fix #59

Workflow file for this run

name: Build
on:
push:
branches:
- master
- branch-*
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: sonar-s-public
name: Build, JUnit and SonarQube
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: jdx/mise-action@5ac50f778e26fac95da98d50503682459e86d566 # v3.2.0
with:
version: 2025.7.12
mise_toml: |
[tools]
yarn= "3.6.3"
node = "18"
java = "temurin-21"
- uses: SonarSource/ci-github-actions/build-gradle@v1
with:
deploy: false
artifactory-reader-role: private-reader
artifactory-deployer-role: qa-deployer
sonar-platform: next
gradle-args: "-Dsonar.projectKey=sonarqube -Dsonar.organization=sonarsource -Dsonar.exclusions=**/design-system/theme/**,**/legacy-design-system/**"