Uploaded image for project: 'Integration'
  1. Integration
  2. INT-248

oparent support with additional jacoco executions needed for Portal project

XMLWordPrintable

      oparent may need to include additional jacoco executions needed for Portal project.

       

      Why do we need this? – The Sonar scan is not picking up the “PowerMockito” test classes that we use in Portal. So, we need below executions in Jacoco plugin to fix the coverage.

      Currently, we have to remove oparent and add these within Portal's poms. But, it will help if this can be fixed soon (may be next release).

      <execution>
      <id>default-instrument</id>
      <goals>
      <goal>instrument</goal>
      </goals>
      <configuration>
      <skipTests>false</skipTests>
      </configuration>
      </execution>
      <execution>
      <id>default-restore-instrumented-classes</id>
      <phase>test</phase>
      <goals>
      <goal>restore-instrumented-classes</goal>
      </goals>
      <configuration>
      <skipTests>false</skipTests>
      </configuration>
      </execution>

            gwu gwu
            talasila talasila
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: