提交 81db0f9d 编写于 作者: oldratlee's avatar oldratlee 🔥

downgrade codecov config back to python

codeconv-bash upload codecov report of tag to master branch

- https://github.com/codecov/codecov-python
- https://github.com/codecov/codecov-bash
上级 e1b46469
......@@ -30,6 +30,9 @@ before_install:
- echo -e "JAVA_HOME=$JAVA_HOME\nPATH=$PATH"
- ./mvnw --version
install:
- pip install --user codecov
script:
# default Java 8, do build and test
- ./mvnw clean install --batch-mode
......@@ -52,10 +55,13 @@ script:
- mvn cobertura:cobertura
after_success:
- bash <(curl -s https://codecov.io/bash)
- codecov
# cache between builds
cache:
directories:
- $HOME/.m2
- $HOME/.cache/pip
before_cache:
# clear TTL maven self install
- rm -rf $HOME/.m2/repository/com/alibaba/transmittable-thread-local
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册