Skip to content

Commit fcfd33c

Browse files
authored
Update Codecov (#318)
Update config.yml
1 parent c6f7c08 commit fcfd33c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.circleci/config.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2.1
22
orbs:
33
ship: auth0/[email protected]
4+
codecov: codecov/codecov@3
5+
46
jobs:
57
build:
68
parameters:
@@ -13,19 +15,22 @@ jobs:
1315
LANG: en_US.UTF-8
1416
steps:
1517
- checkout
18+
1619
- ship/node-install-packages
20+
1721
- run:
1822
name: Run Linter
1923
command: npm run lint
24+
2025
- run:
2126
name: Run Tests
2227
command: npm run test:ci
28+
2329
- store_artifacts:
2430
path: ./coverage/<< parameters.node-version >>/lcov-report
25-
- run:
26-
name: Upload Coverage
27-
when: on_success
28-
command: bash <(curl -s https://codecov.io/bash) -Z -C $CIRCLE_SHA1
31+
32+
- codecov/upload
33+
2934
workflows:
3035
build-and-test:
3136
jobs:

0 commit comments

Comments
 (0)