Skip to content

Commit 084d2ee

Browse files
jdalrymplelwasser
andauthored
chore(ci): Update Codecov pipeline to use circle CI orb (#386)
* Use orb # Conflicts: # .circleci/config.yml * Remove dep * Modifying the ci pipeline to retrigger - renamed 'node_modules' to 'install' --------- Co-authored-by: Leah Wasser <leah@pyopensci.org>
1 parent 649b88e commit 084d2ee

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
version: 2.1
22

3+
orbs:
4+
codecov: codecov/codecov@5.4.3
5+
36
docker_defaults: &docker_defaults
47
docker:
58
- image: cimg/node:22.22.0
@@ -25,7 +28,7 @@ commands:
2528
- node_modules/
2629

2730
jobs:
28-
node_modules:
31+
install:
2932
<<: *docker_defaults
3033
working_directory: ~/repo
3134
steps:
@@ -50,16 +53,16 @@ jobs:
5053
- prep_env
5154
- attach_workspace:
5255
at: ./
53-
- run: yarn codecov
56+
- codecov/upload
5457
- run: yarn semantic-release
5558
workflows:
5659
version: 2
5760
validate_and_deploy:
5861
jobs:
59-
- node_modules
62+
- install
6063
- validate:
6164
requires:
62-
- node_modules
65+
- install
6366
- deploy:
6467
requires:
6568
- validate

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"yargs": "^15.0.1"
5555
},
5656
"devDependencies": {
57-
"codecov": "^3.8.1",
5857
"cz-conventional-changelog": "^3.3.0",
5958
"git-cz": "^4.7.6",
6059
"kcd-scripts": "^6.2.0",

0 commit comments

Comments
 (0)