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

add codecov's token

This commit is contained in:
gaoyunpeng 2019-01-04 16:43:49 +08:00
parent a322921fe1
commit db8e641de5

View File

@ -31,7 +31,7 @@ jobs:
command: | command: |
mkdir -p ~/junit/ mkdir -p ~/junit/
find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} ~/junit/ \; find . -type f -regex ".*/target/.*-reports/.*" -exec cp {} ~/junit/ \;
bash <(curl -s https://codecov.io/bash) bash <(curl -s https://codecov.io/bash) -t 8dc515f7-a691-4e29-9b68-6199cd3ca46d
- store_artifacts: - store_artifacts:
path: ~/junit/ path: ~/junit/
destination: artifacts destination: artifacts