Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2024

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action major v3.1.1 -> v5.4.3

Release Notes

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

v5.4.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1..v5.4.2

v5.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

v5.3.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.0..v5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.2.0..v5.3.0

v5.2.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.2..v5.2.0

v5.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.1..v5.1.2

v5.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.1.0..v5.1.1

v5.1.0

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.7..v5.1.0

v5.0.7

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.6..v5.0.7

v5.0.6

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.5..v5.0.6

v5.0.5

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.4..v5.0.5

v5.0.4

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.3..v5.0.4

v5.0.3

Compare Source

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.0.2..v5.0.3

v5.0.2

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.0.1...v5.0.2

v5.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v5.0.0...v5.0.1

v5.0.0

Compare Source

v5 Release

v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI. This will help ensure that the Action gets updates quicker.

Migration Guide

The v5 release also coincides with the opt-out feature for tokens for public repositories. In the Global Upload Token section of the settings page of an organization in codecov.io, you can set the ability for Codecov to receive a coverage reports from any source. This will allow contributors or other members of a repository to upload without needing access to the Codecov token. For more details see how to upload without a token.

[!WARNING]
The following arguments have been changed

  • file (this has been deprecated in favor of files)
  • plugin (this has been deprecated in favor of plugins)

The following arguments have been added:

  • binary
  • gcov_args
  • gcov_executable
  • gcov_ignore
  • gcov_include
  • report_type
  • skip_validation
  • swift_project

You can see their usage in the action.yml file.

v4.6.0

Compare Source

What's Changed

v4.5.0

Compare Source

What's Changed

v4.4.1

Compare Source

What's Changed

v4.4.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.3.1...v4.4.0

v4.3.1

Compare Source

What's Changed

v4.3.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

v4.1.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.2...v4.1.0

v4.0.2

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone America/New_York, 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 was generated by Mend Renovate. View the repository job log.

Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

                        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from ed1181a to 647686d Compare November 15, 2024 13:49
Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

                        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from 647686d to b564795 Compare November 15, 2024 16:04
Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

                        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from b564795 to bcc4285 Compare November 19, 2024 22:45
Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

                        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from bcc4285 to d783e77 Compare November 20, 2024 04:11
Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

                        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from d783e77 to d0b3230 Compare November 20, 2024 17:26
Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

                        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from d0b3230 to 5b7594f Compare November 20, 2024 20:39
Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

                        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from 5b7594f to a225cf2 Compare November 21, 2024 01:45
Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

                        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from a225cf2 to 5f9c529 Compare December 7, 2024 17:45
Copy link

github-actions bot commented Dec 7, 2024

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

                        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

        time.sleep(sleep_time) 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from 5f9c529 to 1f4d399 Compare December 18, 2024 23:21
Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

requires login 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

requires login 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from 1f4d399 to 12f0766 Compare January 22, 2025 19:06
Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

requires login 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

requires login 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch 2 times, most recently from c863adb to 5ce2365 Compare January 24, 2025 18:41
Copy link

Validation Issues Found (Python) 🐍

File: DataScience/GpxAudioLabeler.py
Line Number: 395
Statement(s):

requires login 

Rule:
time.sleep() call; did you mean to leave this in?

File: DataScience/GpxAudioLabeler.py
Line Number: 571
Statement(s):

requires login 

Rule:
time.sleep() call; did you mean to leave this in?

@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from 5ce2365 to bbcc353 Compare February 27, 2025 00:49
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Apr 13, 2025
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from bbcc353 to ed34910 Compare April 14, 2025 20:38
@github-actions github-actions bot removed the Stale label Apr 15, 2025
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-5.x branch from ed34910 to 32ab857 Compare May 16, 2025 00:41
Copy link

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Jun 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants