Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Bump codecov/codecov-action from v1.0.3 to v1.0.11#15

Merged
ctalkington merged 1 commit into
masterfrom
dependabot/github_actions/codecov/codecov-action-v1.0.11
Jul 18, 2020
Merged

Bump codecov/codecov-action from v1.0.3 to v1.0.11#15
ctalkington merged 1 commit into
masterfrom
dependabot/github_actions/codecov/codecov-action-v1.0.11

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jul 18, 2020

Bumps codecov/codecov-action from v1.0.3 to v1.0.11.

Release notes

Sourced from codecov/codecov-action's releases.

Wrap retry promise in a try/catch

Version 1.0.11 introduces the following changes:

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

Migrate to requestretry

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.

Retry bash script request

Version 1.0.9 introduces the following changes:

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

Retry bash script request

Version 1.0.8 introduces the following changes:

  • Retry the bash script request three times before erroring out

Add env variables support

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

Add PR handling and tokenless upload support

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

Add Input to Fail CI

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.

Convert Action to JavaScript

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
Commits
  • 6d208f5 Merge pull request #96 from codecov/1.0.12
  • 8ddda09 Wrap request promise in try catch
  • e16d515 Merge pull request #90 from codecov/directory-and-debug
  • 6b30325 Merge branch 'master' into directory-and-debug
  • 95f699a Merge pull request #94 from codecov/update-readme
  • 273443b Add files to README
  • a258ec8 Merge pull request #93 from codecov/specify-files
  • 89692c9 Specify files and add testing
  • 85ec2c8 Add directory and file save
  • f357072 Merge pull request #89 from codecov/fix-ependency
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.0.3 to v1.0.11.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](codecov/codecov-action@v1.0.3...6d208f5)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jul 18, 2020
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

Merging #15 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #15   +/-   ##
=======================================
  Coverage   99.68%   99.68%           
=======================================
  Files           5        5           
  Lines         320      320           
=======================================
  Hits          319      319           
  Misses          1        1           
Flag Coverage Δ
#unittests 99.68% <ø> (ø)

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


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b213bc1...c7f0741. Read the comment docs.

@ctalkington ctalkington merged commit 4c1487f into master Jul 18, 2020
@dependabot dependabot Bot deleted the dependabot/github_actions/codecov/codecov-action-v1.0.11 branch July 18, 2020 21:52
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants