We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4258d9e commit 60148d8Copy full SHA for 60148d8
.circleci/config.yml
@@ -38,9 +38,10 @@ jobs:
38
# run tests!
39
- run: mvn integration-test
40
- run: mvn cobertura:cobertura
41
- - run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
42
-
43
- #- run: mvn -s .circleci.settings.xml -DskipTests deploy
+ - run: bash <(curl -s https://codecov.io/bash) -t ${CODECOV_TOKEN}
+
+ - run: mvn -s .circleci.settings.xml -DskipTests deploy
44
45
workflows:
46
version: 2
47
commit:
0 commit comments