File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ COPY sdk ./sdk
1111COPY sdk-testing ./sdk-testing
1212COPY sdk-integration-tests ./sdk-integration-tests
1313COPY examples ./examples
14+ COPY coverage-report ./coverage-report
1415
1516# Build and install the SDK modules first
1617RUN mvn clean install -DskipTests -pl sdk,sdk-testing -am
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ COPY sdk ./sdk
99COPY sdk-testing ./sdk-testing
1010COPY sdk-integration-tests ./sdk-integration-tests
1111COPY examples ./examples
12+ COPY coverage-report ./coverage-report
1213
1314# Install Maven
1415RUN apk add --no-cache maven
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ COPY sdk ./sdk
99COPY sdk-testing ./sdk-testing
1010COPY sdk-integration-tests ./sdk-integration-tests
1111COPY examples ./examples
12+ COPY coverage-report ./coverage-report
1213
1314# Install Maven
1415RUN apk add --no-cache maven
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ COPY sdk ./sdk
99COPY sdk-testing ./sdk-testing
1010COPY sdk-integration-tests ./sdk-integration-tests
1111COPY examples ./examples
12+ COPY coverage-report ./coverage-report
1213
1314# Install Maven
1415RUN apk add --no-cache maven
You can’t perform that action at this time.
0 commit comments