Skip to content

Commit

Permalink
remove codecov (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuakg authored Mar 25, 2024
1 parent 419ff23 commit 89965ce
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ version: 2.1
defaults: &defaults
working_directory: ~/segmented-arc-for-react-native
docker:
- image: cimg/node:14.17.6
- image: cimg/node:18.15.0

yarn_install: &yarn_install
run:
name: Install yarn
command: yarn install --frozen-lockfile

orbs:
codecov: codecov/[email protected]

jobs:
test:
<<: *defaults
Expand All @@ -33,14 +30,7 @@ jobs:
name: Run unit tests
command: |
yarn test:coverage
environment:
JEST_JUNIT_OUTPUT_DIR: ./reports/junit/
- store_test_results:
path: ./reports/junit/
- store_artifacts:
path: ./reports/junit/
- codecov/upload:
file: ./coverage/coverage-final.json
deploy:
<<: *defaults
steps:
Expand Down

0 comments on commit 89965ce

Please sign in to comment.