forked from hyperledger-labs/business-partner-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
https://github.com/hyperledger-labs/business-partner-agent/issues/764
Signed-off-by: Philipp Etschel <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -84,6 +84,16 @@ jobs: | |
- name: Test with Maven | ||
run: mvn -f backend/pom.xml test spotbugs:check pmd:check pmd:cpd-check license:check dependency-check:check -Ddependency-check.skip=false | ||
|
||
- name: Add code coverage report to PR | ||
id: jacoco | ||
uses: madrapps/[email protected] | ||
if: ${{ github.ref != 'refs/heads/main' && github.event_name == 'pull_request' }} | ||
with: | ||
paths: ${{ github.workspace }}/backend/business-partner-agent/target/site/jacoco/jacoco.xml | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
# min-coverage-overall: 40 | ||
# min-coverage-changed-files: 60 | ||
|
||
# Attribution Phase | ||
|
||
- name: Frontend attribution | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters