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 129129 </execution >
130130 </executions >
131131 </plugin >
132+ <plugin >
133+ <groupId >org.jacoco</groupId >
134+ <artifactId >jacoco-maven-plugin</artifactId >
135+ <version >0.8.5</version >
136+ <executions >
137+ <execution >
138+ <id >default-prepare-agent</id >
139+ <goals >
140+ <goal >prepare-agent</goal >
141+ </goals >
142+ </execution >
143+ <execution >
144+ <id >default-report</id >
145+ <phase >prepare-package</phase >
146+ <goals >
147+ <goal >report</goal >
148+ </goals >
149+ </execution >
150+ </executions >
151+ </plugin >
132152 </plugins >
133153 </build >
134154
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