codecov / codecov-exe

.exe report uploader for Codecov https://codecov.io
MIT License
25 stars 21 forks source link

Bump EndBug/add-and-commit from 7 to 8 #195

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps EndBug/add-and-commit from 7 to 8.

Release notes

Sourced from EndBug/add-and-commit's releases.

v8.0.0

Fixed:

  • [BREAKING] The action will now work with whatever ref has been checked out, without pulling or switching branches by default. You can still pull using the pull input and create a new branch with the newly-added new_branch input. For more info, check commit 6fdb34e.

Removed:

  • [BREAKING] The signoff input has been removed, use commit instead. (#331)
  • [BREAKING] The pull_strategy input has been removed, use pull instead.
  • [BREAKING] The branch and branch_mode inputs have been removed, check commit 6fdb34e for more info.

Added:

  • Added the commit input, that allows you to change the arguments for the git commit command. (#331)
  • Added the new_branch input. (6fdb34e)
  • Added the commit_long_sha output. (#349)

v7.5.0

Added:

  • Support remote branch creation: use the branch_mode input to make the action create a new branch when there's no branch with the given name on the remote (#329)

v7.4.0

Added:

  • Added pull input: you can use it to change the arguments of the git pull command (#294)

Changed:

  • Deprecated pull_strategy: use pull instead (#294)

v7.3.0

Added:

  • Added custom committer support via the committer_name and committer_email inputs (#264)
  • Added commit_sha output (#275)
  • Added pathspec_error_handling input (#280)

v7.2.1

Fixed:

  • Fixed an issue with missing outputs (#189)

v7.2.0

Added:

  • default_author: this input allows you to control how the action fills missing author name or email (issue #167)
  • github_token input introduced to get token to use in API calls

Fixed:

... (truncated)

Changelog

Sourced from EndBug/add-and-commit's changelog.

[5.1.1] - 2020-11-07

Fixed:

  • Fixed typo in parameter name: pull_strategy was written as pull_stategy (PR #83)

[5.1.0] - 2020-10-07

Added:

  • The default commit message now displays the name of the workflow too (issue #64)

[5.0.0] - 2020-09-27

Changed:

  • [BREAKING] Action parameters: multiple action parameters have been changed, refer to the docs for better info
  • The code is now entirely in TypeScript (PR #57)

Fixed:

  • Improved input checks
  • Logs are now displayed on Windows too
  • Remove unnecessary steps
  • Remove unused dependencies

[4.4.0] - 2020-07-31

Added:

  • Pull requests: the action can now work in runs triggered by pull request events (issue #48)

[4.3.0] - 2020-07-29

Addded:

  • signoff parameter: lets you use the --signoff argument for the git commit command (PR #46)

[4.2.1] - 2020-07-10

Fixed:

  • OS-support: the action now properly works on Windows instances (issue #33)

[4.2.0] - 2020-05-17

Added:

  • Tagging: you can now create and update lightweight tags (PR #30)

... (truncated)

Commits
  • 7ea5273 docs: update README to new version tag
  • 0294aa0 release: v8.0.0
  • b936095 docs: change manifest description
  • ab35b67 docs(README): fix contributors link
  • 03fca92 docs: improve README
  • 0e1feea feat: add commit_long_sha output (#349)
  • f016b26 docs: add Darylgolden as a contributor for bug (#348)
  • 6fdb34e fix!: change behavior related to branches and pulling
  • bea30d7 docs(README): improve branch paragraph
  • c989bf3 docs: update README
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
codecov[bot] commented 2 years ago

Codecov Report

Merging #195 (a6c03c2) into develop (6f2b742) will not change coverage. The diff coverage is n/a.

:exclamation: Current head a6c03c2 differs from pull request most recent head b9d82a6. Consider uploading reports for the commit b9d82a6 to get more accurate results Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #195   +/-   ##
========================================
  Coverage    71.14%   71.14%           
========================================
  Files           37       37           
  Lines          915      915           
  Branches       118      118           
========================================
  Hits           651      651           
  Misses         264      264           

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 6f2b742...b9d82a6. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #196.