Skip to content

Commit

Permalink
chore(deps): update dependency codecov to v5 (#351)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency codecov to v5

* fix codecov config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Łukasz Piątkowski <[email protected]>
  • Loading branch information
renovate[bot] and piontec authored Oct 23, 2024
1 parent 10e3c18 commit 900cfcf
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.1

orbs:
architect: giantswarm/[email protected]
codecov: codecov/codecov@4.2.0
codecov: codecov/codecov@5.0.0

workflows:
test:
Expand All @@ -21,8 +21,8 @@ workflows:
filters:
branches:
ignore:
- main
- master
- main
- master
tags:
only: /^v.*/

Expand All @@ -46,8 +46,8 @@ workflows:
filters:
branches:
ignore:
- main
- master
- main
- master
tags:
only: /^v.*/

Expand Down Expand Up @@ -91,8 +91,7 @@ jobs:
command: |
make docker-test-ci
- codecov/upload:
file: .coverage/coverage.xml
- codecov/upload

publish-github-release:
docker:
Expand Down

0 comments on commit 900cfcf

Please sign in to comment.