This is an automated email from the ASF dual-hosted git repository.

ngupta pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


The following commit(s) were added to refs/heads/trunk by this push:
     new ab67a23f41 OAK-10011 | Including coverage profile in the build and 
analyse task (#779)
ab67a23f41 is described below

commit ab67a23f41be06213eceb25d46613dfafcdf121b
Author: nit0906 <nitingupta0...@gmail.com>
AuthorDate: Fri Dec 2 12:02:34 2022 +0530

    OAK-10011 | Including coverage profile in the build and analyse task (#779)
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index bf93628d3a..6df64725bb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -50,4 +50,4 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}  # Needed to get PR 
information, if any
           SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
-        run: mvn -B verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar 
-Dsonar.projectKey=org.apache.jackrabbit:jackrabbit-oak 
-Dsonar.organization=apache
\ No newline at end of file
+        run: mvn -B verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar 
-Ppedantic,integrationTesting,coverage 
-Dsonar.projectKey=org.apache.jackrabbit:jackrabbit-oak 
-Dsonar.organization=apache
\ No newline at end of file

Reply via email to