File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 3636 key : v1-dependencies-{{ checksum "pom.xml" }}
3737
3838 # run tests!
39- - run : |
40- mvn integration-test
39+ - run : mvn cobertura:cobertura
40+
41+ - run : bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
4142
4243 - run : mvn -s .circleci.settings.xml -DskipTests deploy
Original file line number Diff line number Diff line change 8484 </distributionManagement >
8585 <build >
8686 <plugins >
87+ <plugin >
88+ <groupId >org.codehaus.mojo</groupId >
89+ <artifactId >cobertura-maven-plugin</artifactId >
90+ <version >2.7</version >
91+ <configuration >
92+ <formats >
93+ <format >html</format >
94+ <format >xml</format >
95+ </formats >
96+ <check />
97+ </configuration >
98+ </plugin >
8799 <plugin >
88100 <artifactId >maven-compiler-plugin</artifactId >
89101 <version >3.0</version >
You can’t perform that action at this time.
0 commit comments