We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2468901 commit dee670bCopy full SHA for dee670b
1 file changed
.github/workflows/maven.yml
@@ -38,9 +38,8 @@ jobs:
38
java-version: 11
39
- name: Build with Maven
40
uses: paambaati/codeclimate-action@v2.6.0
41
- working-directory: ./PgBulkInsert
42
env:
43
CC_TEST_REPORTER_ID: $${secrets.CC_TEST_REPORTER_ID}}
44
with:
45
- coverageCommand: mvn -B package
+ coverageCommand: mvn -B package --file ${{github.workspace}}/PgBulkInsert/pom.xml
46
coverageLocations: ${{github.workspace}}/PgBulkInsert/*/target/site/jacoco/jacoco.xml:jacoco
0 commit comments