Skip to content

Commit

Permalink
Merge pull request #84 from hyperledger-labs/feature/test-results
Browse files Browse the repository at this point in the history
publishing pipeline test results
  • Loading branch information
etschelp authored Mar 10, 2023
2 parents 81de219 + 8c966eb commit 152740b
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 41 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,11 @@ jobs:
check-latest: true
cache: 'maven'
- name: Build with Maven
run: mvn clean verify
run: mvn clean verify
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
**/surefire-reports/*.xml
large_files: true
30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,16 @@
<!-- Plugin Versions -->
<license-maven-plugin.version>4.1</license-maven-plugin.version>
<maven-release-plugin.version>3.0.0-M7</maven-release-plugin.version>
<maven.surefire.version>3.0.0-M7</maven.surefire.version>
<maven.surefire.version>3.0.0-M9</maven.surefire.version>
<!-- Dependency Versions -->
<jackson.version>2.14.1</jackson.version>
<jackson.databind.version>2.14.1</jackson.databind.version>
<junit.jupiter.api.version>5.9.1</junit.jupiter.api.version>
<kotlin.version>1.7.22</kotlin.version>
<lombok.version>1.18.24</lombok.version>
<jackson.version>2.14.2</jackson.version>
<jackson.databind.version>2.14.2</jackson.databind.version>
<junit.jupiter.api.version>5.9.2</junit.jupiter.api.version>
<kotlin.version>1.8.10</kotlin.version>
<lombok.version>1.18.26</lombok.version>
<lombok.maven.plugin.version>1.18.20.0</lombok.maven.plugin.version>
<okhttp.version>4.10.0</okhttp.version>
<pmd.version>6.53.0</pmd.version>
<pmd.version>6.54.0</pmd.version>
<testcontainers.version>1.17.6</testcontainers.version>
</properties>

Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.5.1</version>
<version>3.5.3</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -118,7 +118,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10</version>
<version>2.10.1</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down Expand Up @@ -237,7 +237,7 @@
<plugin>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>formatter-maven-plugin</artifactId>
<version>2.21.0</version>
<version>2.22.0</version>
<configuration>
<includes>
<include>org/hyperledger/acy_py/generated/</include>
Expand Down Expand Up @@ -298,7 +298,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<configuration>
<excludePackageNames>*.generated</excludePackageNames>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
Expand Down Expand Up @@ -399,7 +399,7 @@
</plugin>
<plugin>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.19.0</version>
<version>3.20.0</version>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down Expand Up @@ -432,7 +432,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>7.4.3</version>
<version>8.1.0</version>
<configuration>
<failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
<skip>true</skip>
Expand Down Expand Up @@ -539,7 +539,7 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
Expand Down Expand Up @@ -577,7 +577,7 @@
<plugins>
<plugin>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<reportSets>
<reportSet>
<reports>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
/*
* Copyright (c) 2020-2022 - for information on the respective copyright owner
* Copyright (c) 2020-2023 - for information on the respective copyright owner
* see the NOTICE file and/or the repository at
* https://github.com/hyperledger-labs/acapy-java-client
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* aca-py client
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v0.7.3
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/

package org.hyperledger.aries.api.present_proof_v2;

import com.google.gson.JsonObject;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,10 @@
/*
* Copyright (c) 2020-2022 - for information on the respective copyright owner
* Copyright (c) 2020-2023 - for information on the respective copyright owner
* see the NOTICE file and/or the repository at
* https://github.com/hyperledger-labs/acapy-java-client
*
* SPDX-License-Identifier: Apache-2.0
*/
/*
* aca-py client
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v0.7.3
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.hyperledger.aries.api.present_proof_v2;

import com.fasterxml.jackson.annotation.JsonProperty;
Expand Down

0 comments on commit 152740b

Please sign in to comment.