File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 with :
3838 java-version : 11
3939 - name : Build with Maven
40- run : mvn -B package --file pom.xml
41- working-directory : ./PgBulkInsert
40+ uses : paambaati/codeclimate-action@v2.6.0
41+ env :
42+ 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"
44+ with :
45+ coverageCommand : mvn -B package --file ${{github.workspace}}/PgBulkInsert/pom.xml
46+ coverageLocations : |
47+ ${{github.workspace}}/PgBulkInsert/pgbulkinsert-bulkprocessor/target/site/jacoco/jacoco.xml:jacoco
48+ ${{github.workspace}}/PgBulkInsert/pgbulkinsert-core/target/site/jacoco/jacoco.xml:jacoco
49+ ${{github.workspace}}/PgBulkInsert/pgbulkinsert-jpa/target/site/jacoco/jacoco.xml:jacoco
50+ ${{github.workspace}}/PgBulkInsert/pgbulkinsert-rowwriter/target/site/jacoco/jacoco.xml:jacoco
Original file line number Diff line number Diff line change 146146 </executions >
147147 <inherited >false</inherited >
148148 </plugin >
149+ <plugin >
150+ <groupId >org.jacoco</groupId >
151+ <artifactId >jacoco-maven-plugin</artifactId >
152+ <version >0.8.5</version >
153+ <executions >
154+ <execution >
155+ <id >default-prepare-agent</id >
156+ <goals >
157+ <goal >prepare-agent</goal >
158+ </goals >
159+ </execution >
160+ <execution >
161+ <id >default-report</id >
162+ <phase >prepare-package</phase >
163+ <goals >
164+ <goal >report</goal >
165+ </goals >
166+ </execution >
167+ </executions >
168+ </plugin >
149169 </plugins >
150170 </build >
151171
Original file line number Diff line number Diff line change 77
88![ ] ( https://github.com/PgBulkInsert/PgBulkInsert/workflows/Java%20CI%20with%20Maven/badge.svg )
99![ ] ( https://maven-badges.herokuapp.com/maven-central/de.bytefish.pgbulkinsert/pgbulkinsert-core/badge.svg )
10+ [ ![ Maintainability] ( https://api.codeclimate.com/v1/badges/311ce156ff026549ba7f/maintainability )] ( https://codeclimate.com/github/PgBulkInsert/PgBulkInsert/maintainability )
11+ [ ![ Test Coverage] ( https://api.codeclimate.com/v1/badges/311ce156ff026549ba7f/test_coverage )] ( https://codeclimate.com/github/PgBulkInsert/PgBulkInsert/test_coverage )
1012
1113PgBulkInsert is a Java library for Bulk Inserts to PostgreSQL using the Binary COPY Protocol.
1214
You can’t perform that action at this time.
0 commit comments