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

chore(deps): update codecov/codecov-action action to v1.5.2 #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 6, 2021

This PR contains the following updates:

Package Type Update Change
codecov/codecov-action action minor v1.0.2 -> v1.5.2

Release Notes

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

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

v1.0.13: Shorten connection timeouts and increase attempts

Compare Source

Version 1.0.13 introduces the following changes:

  • Decrease connection timeouts to 3 seconds and increase attempts to 10 in pulling the bash script

v1.0.12: Lodash Security fix

Compare Source

Version 1.0.12 introduces the following changes:

  • Bump lodash from 4.17.15 to 4.17.19

v1.0.11: Wrap retry promise in a try/catch

Compare Source

Version 1.0.11 introduces the following changes:

  • Wrap the retry request promise of the bash uploader in a try/catch

v1.0.10: Migrate to requestretry

Compare Source

Version 1.0.10 introduces the following changes:

  • 1.0.9 had a built-in dependency that was not easily packaged causing failures. We have switched out this dependency.

v1.0.9: Retry bash script request

Compare Source

Version 1.0.9 introduces the following changes:

  • 1.0.8 did not build a dist/ file, this release properly uses it

v1.0.8: Retry bash script request

Compare Source

Version 1.0.8 introduces the following changes:

  • Retry the bash script request three times before erroring out

v1.0.7: Add env variables support

Compare Source

Version 1.0.7 introduces the following changes:

  • Add support for specifying environment variables to be included with a build
  • Typo fixes and general documentation updates

v1.0.6: Add PR handling and tokenless upload support

Compare Source

Version 1.0.6 introduces the following changes:

  • Add proper handling for pull requests by passing the GITHUB_HEAD_REF environment variable. This properly sets both the PR branch and PR number.
  • Add tokenless upload functionality by passing the GITHUB_RUN_ID environment variable to properly tag the build. This allows Codecov to locate the build via GitHub's API and validate the coverage upload without the need for a token (only for public repos)
  • Removes the yml input because putting it anywhere except for the root of the repo is not supported anymore

v1.0.5: Add Input to Fail CI

Compare Source

Version 1.0.5 introduces the following changes:

  • Add fail_ci_if_error input which lets users fail the CI pipeline if the Codecov upload step runs into any errors. By default, this is set to false. This addresses an issue where Codecov could fail silently and the user wouldn't know because Actions would've shown the step as being passed.

v1.0.4: Convert Action to JavaScript

Compare Source

Version 1.0.4 introduces the following changes:

  • Switch from a Docker based action to a JavaScript based action to add support for macOS and Windows builds. This also allows users to run the codecov action with matrix builds.
  • Add a yml input so users can specify the path for their codecov.yml file
  • Add a @v1 major version tag

v1.0.3: Performance improvements, bug fixes

Compare Source

Version 1.0.3 of the Codecov Action includes the following changes:
  • Use debian:stretch-slim base instead of ubuntu:latest. Ubuntu takes significantly longer to build than Debian and thus extended pipeline run times
  • Allow for passing names with spaces
  • Do not exit with a non-zero code if Codecov runs into errors. This is important because the entire CI/CD pipeline should not fail if Codecov isn't able to upload reports.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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.

@codecov
Copy link

codecov bot commented Dec 6, 2021

Codecov Report

Merging #6 (c0dd11b) into master (b06889c) will decrease coverage by 2.53%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
- Coverage   16.80%   14.28%   -2.53%     
==========================================
  Files           3        3              
  Lines         119       98      -21     
==========================================
- Hits           20       14       -6     
+ Misses         95       80      -15     
  Partials        4        4              
Flag Coverage Δ
unittests 14.28% <ø> (-2.53%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 3 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate bot changed the title Update codecov/codecov-action action to v1.5.2 chore(deps): update codecov/codecov-action action to v1.5.2 Mar 26, 2022
@renovate renovate bot changed the title chore(deps): update codecov/codecov-action action to v1.5.2 Update codecov/codecov-action action to v1.5.2 Dec 17, 2022
@renovate renovate bot changed the title Update codecov/codecov-action action to v1.5.2 chore(deps): update codecov/codecov-action action to v1.5.2 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/codecov-codecov-action-1.x branch from 9beaf8b to c0dd11b Compare March 16, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants