Skip to content

Commit

Permalink
Publish RCPTT tests (#26)
Browse files Browse the repository at this point in the history
Change-Id: I828d7ea38b16b91b032afd14b9b3f615cf36ecd2
Signed-off-by: Philippe DUL <philippe.dul@thalesgroup.com>
  • Loading branch information
pdulth committed Jan 15, 2021
1 parent 2c557c2 commit ea7af6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vars/tester.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ def runRcptt(String mvnProfile) {
}

def publishTests() {
junit '*.xml'
junit allowEmptyResults: true, testResults: '*.xml,**/target/surefire-reports/TEST-*.xml'
generateJacocoReport()
}

private def getRunnerCmd(String capellaProductPath) {
return "${capellaProductPath} " +
"-port 8081 " +
Expand Down

0 comments on commit ea7af6a

Please sign in to comment.