Skip to content

Commit

Permalink
ci(main): #175 add seaside source for sonar analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Marthym committed Aug 19, 2023
1 parent d6be3ea commit ebdc9c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: SonarCloud
on:
push:
branches:
Expand All @@ -13,7 +13,7 @@ permissions:

jobs:
build:
name: Build
name: analyse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.0
Expand Down
10 changes: 9 additions & 1 deletion seaside/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,13 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>sonar</id>
<properties>
<sonar.sources>src</sonar.sources>
<sonar.tests>tests</sonar.tests>
</properties>
</profile>
</profiles>
</project>

0 comments on commit ebdc9c1

Please sign in to comment.