Skip to content

Commit

Permalink
Update Codecov orb for CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Dec 23, 2024
1 parent 129c6cb commit 6b048e2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
codecov: codecov/codecov@3.2.0
codecov: codecov/codecov@5.0.3

executors:
node:
Expand Down Expand Up @@ -127,9 +127,15 @@ workflows:
- test-node18:
requires:
- audit
context:
- Codecov
- test-node20:
requires:
- audit
context:
- Codecov
- test-node22:
requires:
- audit
context:
- Codecov

0 comments on commit 6b048e2

Please sign in to comment.