We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ad0637 commit 6e382f4Copy full SHA for 6e382f4
.circleci/config.yml
@@ -36,6 +36,8 @@ jobs:
36
key: v1-dependencies-{{ checksum "pom.xml" }}
37
38
# run tests!
39
+ - run: mvn integration-test
40
+
41
- run: mvn cobertura:cobertura
42
43
- run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
0 commit comments