Skip to content

Commit bc26890

Browse files
committed
Use codecov bash script instead of orb.
1 parent 6eeef4a commit bc26890

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
#
55
version: 2
66

7-
orbs:
8-
codecov: codecov/[email protected]
9-
107
aliases:
118
- &defaults
129
working_directory: /tmp/react-async
@@ -66,8 +63,7 @@ jobs:
6663
- checkout
6764
- attach_workspace:
6865
at: .
69-
- codecov/upload:
70-
file: coverage
66+
- run: bash <(curl -s https://codecov.io/bash)
7167
examples:
7268
<<: *defaults
7369
steps:

0 commit comments

Comments
 (0)