diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f6287a41..93d4c31e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build +name: SonarCloud on: push: branches: @@ -13,7 +13,7 @@ permissions: jobs: build: - name: Build + name: analyse runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.0.0 diff --git a/seaside/pom.xml b/seaside/pom.xml index fe0a3575..e299fbb9 100644 --- a/seaside/pom.xml +++ b/seaside/pom.xml @@ -134,5 +134,13 @@ - + + + sonar + + src + tests + + + \ No newline at end of file