Skip to content

Commit 58054df

Browse files
committed
fix: circleci config for codecov
1 parent 0680407 commit 58054df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.circleci/config.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ jobs:
118118
- codecov/upload:
119119
file: ~/coverage/cov_config.xml
120120
flags: config
121-
cli_args: "-e CIRCLE_JOB"
122121
upload_name: General
123122

124123
- run:
@@ -133,7 +132,6 @@ jobs:
133132
- codecov/upload:
134133
file: ~/coverage/cov_api_dl.xml
135134
flags: api,datalad
136-
cli_args: "-e CIRCLE_JOB"
137135
upload_name: Datalad tests
138136

139137
- run:
@@ -148,7 +146,6 @@ jobs:
148146
- codecov/upload:
149147
file: ~/coverage/cov_api_s3.xml
150148
flags: api,s3
151-
cli_args: "-e CIRCLE_JOB"
152149
upload_name: S3 tests
153150

154151
- run:
@@ -164,7 +161,6 @@ jobs:
164161
- codecov/upload:
165162
file: ~/coverage/cov_api_dl_s3.xml
166163
flags: api,dls3
167-
cli_args: "-e CIRCLE_JOB"
168164
upload_name: Datalad-S3-bypass
169165

170166
- store_test_results:

0 commit comments

Comments
 (0)