File tree 4 files changed +5
-11
lines changed
4 files changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
- ## 1.1.3
2
- ** Features**
3
- None
4
-
5
- ** Fixes**
6
- - [ #57 ] ( https://github.com/codecov/codecov-circleci-orb/pull/57 ) Add Codecov bash paramter
7
-
8
1
## 1.1.2
9
2
** Features**
10
3
None
11
4
12
5
** Fixes**
13
6
- [ #52 ] ( https://github.com/codecov/codecov-circleci-orb/pull/52 ) Show error message when curl fails.
7
+ - [ #57 ] ( https://github.com/codecov/codecov-circleci-orb/pull/57 ) Add Codecov bash paramter
14
8
15
9
## 1.1.1
16
10
** Features**
Original file line number Diff line number Diff line change 1
1
# codecov-circleci-orb
2
2
3
- ## Latest version 1.1.3
3
+ ## Latest version 1.1.2
4
4
5
5
[ ![ codecov.io] ( https://codecov.io/github/codecov/codecov-circleci-orb/coverage.svg?branch=master )] ( https://codecov.io/github/codecov/codecov-circleci-orb )
6
6
[ ![ Circle CI] ( https://circleci.com/gh/codecov/codecov-circleci-orb.png?style=badge )] ( https://circleci.com/gh/codecov/codecov-circleci-orb )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codecov-circleci-orb" ,
3
- "version" : " 1.1.3 " ,
3
+ "version" : " 1.1.2 " ,
4
4
"description" : " Codecov CircleCI Orb" ,
5
5
"main" : " index.js" ,
6
6
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ commands:
42
42
name : Upload Coverage Results
43
43
command : |
44
44
curl -sS << parameters.url >> | bash -s -- \
45
- -Q "codecov-circleci-orb-1.1.3 "
45
+ -Q "codecov-circleci-orb-1.1.2 "
46
46
-f "<< parameters.file >>" \
47
47
-t "<< parameters.token >>" \
48
48
-n "<< parameters.upload_name >>" \
@@ -56,7 +56,7 @@ commands:
56
56
name : Upload Coverage Results
57
57
command : |
58
58
curl -sS << parameters.url >> | bash -s -- \
59
- -Q "codecov-circleci-orb-1.1.3 "
59
+ -Q "codecov-circleci-orb-1.1.2 "
60
60
-t "<< parameters.token >>" \
61
61
-n "<< parameters.upload_name >>" \
62
62
-F "<< parameters.flags >>" \
You can’t perform that action at this time.
0 commit comments