1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

add command install codecov

This commit is contained in:
gaoyunpeng 2019-01-04 17:03:15 +08:00
parent db8e641de5
commit c3e9201ffe

View File

@ -25,6 +25,9 @@ jobs:
- run:
name: "Running build"
command: ./mvnw -Pspring -Pdocs clean install -U -nsu --batch-mode -Dmaven.test.redirectTestOutputToFile=true -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
- run:
name: "install codecov"
command: "pip install codecov"
- run:
name: "Aggregate test results"
when: always