Skip to content

Commit bb0cabd

Browse files
committed
set JACOCO_SOURCE_PATH
1 parent b57fcc9 commit bb0cabd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
uses: paambaati/codeclimate-action@v2.6.0
4141
env:
4242
CC_TEST_REPORTER_ID: $${secrets.CC_TEST_REPORTER_ID}}
43+
JACOCO_SOURCE_PATH: "${{github.workspace}}/PgBulkInsert/pgbulkinsert-bulkprocessor/src/main/java ${{github.workspace}}/PgBulkInsert/pgbulkinsert-core/src/main/java ${{github.workspace}}/PgBulkInsert/pgbulkinsert-jpa/src/main/java ${{github.workspace}}/PgBulkInsert/pgbulkinsert-rowwriter/src/main/java"
4344
with:
4445
coverageCommand: mvn -B package --file ${{github.workspace}}/PgBulkInsert/pom.xml
4546
coverageLocations: |

0 commit comments

Comments
 (0)