File tree 3 files changed +2
-16
lines changed
3 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,12 @@ jobs:
35
35
include :
36
36
- stage : Build-Test
37
37
jdk : openjdk8
38
- install :
39
- - curl -s https://codecov.io/bash > $HOME/codecov-bash.sh && chmod +x $HOME/codecov-bash.sh
38
+ install : true
40
39
script :
41
40
- build/setMavenVersion.sh
42
41
- mvn verify -fae -DskipITs $MVN_ARGS
43
42
after_success :
44
- - build/publishCodeCoverage.sh
43
+ - echo "Build is successful"
45
44
46
45
- stage : Semantic-Release
47
46
install :
Original file line number Diff line number Diff line change 3
3
[ ![ Javadoc] ( https://img.shields.io/static/v1?label=javadoc&message=latest&color=blue )] ( https://ibm.github.io/vpc-java-sdk/docs/latest )
4
4
[ ![ Release] ( https://img.shields.io/github/v/release/IBM/vpc-java-sdk )] ( https://github.com/IBM/vpc-java-sdk/releases/latest )
5
5
[ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
6
- [ ![ codecov] ( https://codecov.io/gh/IBM/vpc-java-sdk/branch/master/graph/badge.svg )] ( https://codecov.io/gh/IBM/vpc-java-sdk )
7
6
[ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
8
7
9
8
# IBM Cloud VPC Java SDK Version 0.8.0
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments