Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codecov/codecov-action action to v3 - autoclosed #14

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Nov 21, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action major v1.0.13 -> v3.1.6

Release Notes

codecov/codecov-action (codecov/codecov-action)

v3.1.6

Compare Source

v3.1.5

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.4...v3.1.5

v3.1.4: 3.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v3.1.3...v3.1.4

v3.1.3: 3.1.3

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v3.1.2...v3.1.3

v3.1.2: 3.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v3.1.1...v3.1.2

v3.1.1: 3.1.1

Compare Source

What's Changed
New Contributors

Full Changelog: codecov/codecov-action@v3.1.0...v3.1.1

v3.1.0

Compare Source

3.1.0

Features
  • #​699 Incorporate xcode arguments for the Codecov uploader
Dependencies

v3.0.0

Compare Source

Breaking Changes
  • #​689 Bump to node16 and small fixes
Features
  • #​688 Incorporate gcov arguments for the Codecov uploader
Dependencies

v2.1.0

Compare Source

2.1.0
Features
  • #​515 Allow specifying version of Codecov uploader
Dependencies

v2.0.3

Compare Source

2.0.3
Fixes
  • #​464 Fix wrong link in the readme
  • #​485 fix: Add override OS and linux default to platform
Dependencies

v2.0.2

Compare Source

Fixes
  • Underlying uploader fixes issues with tokens not being sent properly for users seeing
    Error!: Error: Error uploading to https://codecov.io: Error: Error uploading to Codecov: Error: Not Found
  • #​432 fix: use import to destructure package.json
  • #​434 fix: openpgp and asn1.js
  • #​440 2.0.2 token fixes
Dependencies

v2.0.1

Compare Source

Fixes
  • #​424 fix: Issue in building all deep dependencies

v2.0.0

Compare Source

On February 1, 2022, the v1 uploader will be full sunset and no longer function. This is due
to the deprecation of the underlying bash uploader. This version uses the new uploader.

The v2 Action downloads, verifies, and runs the Codecov binary.

Breaking Changes
  • Multiple fields have not been transferred from the bash uploader or have been deprecated. Notably
    many of the functionalities and gcov_ arguments have been removed. Please check the documentation
    for the full list.
Features
  • dry-run argument allows Codecov flow without uploading reports to Codecov
  • (Enterprise only) slug allows specifying the repository slug manually
  • (Enterprise only) url allows changing the upload host

v2.0.0

Compare Source

On February 1, 2022, the v1 uploader will be full sunset and no longer function. This is due
to the deprecation of the underlying bash uploader. This version uses the new uploader.

The v2 Action downloads, verifies, and runs the Codecov binary.

Breaking Changes
  • Multiple fields have not been transferred from the bash uploader or have been deprecated. Notably
    many of the functionalities and gcov_ arguments have been removed. Please check the documentation
    for the full list.
Features
  • dry-run argument allows Codecov flow without uploading reports to Codecov
  • (Enterprise only) slug allows specifying the repository slug manually
  • (Enterprise only) url allows changing the upload host

v1.5.2

Compare Source

1.5.2

Fixes
  • fix: Import version properly as string not object

v1.5.1

Compare Source

1.5.1

Fixes
  • #​320 doc: add github actions badge
  • #​336 Update bash uploader to 1.0.3
  • #​339 fix: Add action version
Dependencies

v1.5.0

Compare Source

1.5.0

Features
  • #​299 Pull Codecov bash script into the action
Dependencies

v1.4.1

Compare Source

1.4.1

Fixes
  • #​287 Update VERSION regex to restrict on digits and dot and move checksums into script

v1.4.0

Compare Source

1.4.0
Features
  • #​282 Add checksum verification of bash script

v1.3.2

Compare Source

1.3.2

  • #​264 Overwrites pr number for pull_request_target events

v1.3.1

Compare Source

1.3.1

Fixes
  • #​253 Add network_filter to action manifest

v1.3.0

Compare Source

1.3.0

Features
  • #​252 Add "network_filter" input

v1.2.2

Compare Source

Fixes
  • #​241 pass root_dir using proper bash arg
  • #​244 Overwrite the commit on pull_request* events

v1.2.1

Compare Source

Fixes
  • #​196 Add parameters to the action.yml

v1.2.0

Compare Source

Features
Fixes
  • #​193 Fixes issue with working-directory

v1.1.1

Compare Source

Fixes
  • #​184 Add automation to ensure proper builds and deployments (fixes issue with non-built v1.1.0)
  • #​184 Fixes verbose flag

v1.1.0

Compare Source

Features
  • #​110 Add "working-directory:" input
  • #​174 Support Xcode specificed parameters
Fixes
Dependencies and Misc

v1.0.15

Compare Source

Features

N/A

Fixes
Dependencies

v1.0.14

Compare Source

Features
Fixes
  • None

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Nov 21, 2022

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ec0a871) 76.00% compared to head (55bb43f) 76.92%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #14      +/-   ##
==========================================
+ Coverage   76.00%   76.92%   +0.92%     
==========================================
  Files           1        2       +1     
  Lines          50       52       +2     
==========================================
+ Hits           38       40       +2     
  Misses         12       12              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-3.x branch from 5027d20 to f2e8403 Compare May 29, 2023 21:57
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-3.x branch from f2e8403 to fb76b36 Compare January 26, 2024 05:46
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-3.x branch from fb76b36 to 55bb43f Compare January 30, 2024 23:44
@renovate renovate bot changed the title Update codecov/codecov-action action to v3 Update codecov/codecov-action action to v3 - autoclosed Feb 1, 2024
@renovate renovate bot closed this Feb 1, 2024
@renovate renovate bot deleted the renovate/codecov-codecov-action-3.x branch February 1, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants