Skip to content

Commit

Permalink
RA-105: Increasing code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Sologub committed May 8, 2024
1 parent 980606b commit 5a94010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature-mvn-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checking style with Spotless plugin
run: mvn spotless:check --file ./api/pom.xml
- name: test
run: ls ./api/target/site/jacoco/
run: mvn sonar:sonar --file ./api/pom.xml
- name: Test project
run: mvn -s $GITHUB_WORKSPACE/.github/workflows/maven-settings.xml --batch-mode --update-snapshots clean verify --file ./pom.xml
env:
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
<version.modelmapper>3.2.0</version.modelmapper>
<version.assertj-core>3.25.3</version.assertj-core>
<version.h2>2.2.224</version.h2>
<sonar.coverage.jacoco.xmlReportPaths>./api/target/site/jacoco/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit 5a94010

Please sign in to comment.