Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Codecov orb #1379

Merged
merged 6 commits into from
Jul 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Codecov orb
w3bdesign committed Jul 14, 2023
commit 9975e24ca20afd6a7c4ddbfc57128fea5f40d948
8 changes: 2 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,7 @@ orbs:
# the strict explicit version "cypress-io/cypress@1.x.y"
# to lock the version and prevent unexpected CI changes
cypress: cypress-io/cypress@3.1.2
codecov: codecov/codecov@3.2.5
executors:
with-chrome-and-firefox:
docker:
@@ -54,9 +55,7 @@ jobs:
- run:
name: Run Jest Tests
command: npm test
- run:
name: Codecov
command: curl -Os https://uploader.codecov.io/latest/linux/codecov && chmod +x codecov && ./codecov
- codecov/upload
parallelism: 6
workflows:
# 👇 Adds Chromatic to the workflow
@@ -71,7 +70,4 @@ workflows:
cypress-command: npx cypress run --browser electron
start-command: npm run dev
# executor: with-chrome-and-firefox
# there are no jobs to follow this one
# so no need to save the workspace files (saves time)
# no-workspace: true
parallelism: 8