Skip to content

Commit b4e04df

Browse files
committed
test message
1 parent 0c1a1d7 commit b4e04df

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
version: 2.1
22

3-
orbs:
4-
codecov: codecov/codecov@3.3.0
5-
63
jobs:
74
build:
85
docker:
@@ -33,8 +30,12 @@ jobs:
3330
- store_test_results:
3431
path: ./reports/junit/
3532

36-
- codecov/upload:
37-
file: ./coverage/lcov.info
33+
- run:
34+
name: "Upload Coverage to Codecov"
35+
command: |
36+
curl -Os https://uploader.codecov.io/latest/linux/codecov
37+
chmod +x codecov
38+
./codecov -t ${CODECOV_TOKEN}
3839
3940
- store_artifacts:
4041
path: ./coverage

0 commit comments

Comments
 (0)