Skip to content

Commit

Permalink
Revert "try codecov orb"
Browse files Browse the repository at this point in the history
This reverts commit 2252309.
  • Loading branch information
scttcper committed Sep 1, 2019
1 parent 2252309 commit ce411b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
version: 2.1
orbs:
codecov: codecov/codecov@1.0.2
jobs:
test:
docker:
Expand All @@ -25,7 +23,9 @@ jobs:
- run:
name: lint
command: npm run lint
- codecov/upload
- run:
name: codecov
command: bash <(curl -s https://codecov.io/bash)
- store_test_results:
path: jest
release:
Expand Down

0 comments on commit ce411b1

Please sign in to comment.