codecov / codecov-exe

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

Bump EndBug/add-and-commit from v4.2.0 to v4.4.0 #131

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps EndBug/add-and-commit from v4.2.0 to v4.4.0.

Release notes

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

v4.4.0

This release adds PR support to the action: you can now use when running the workflow with the pull_request event, and the action will push commits to the head branch. Ref: issue #48

v4.3.0

This release add a new option: signoff. When this option is set to true, the commit command will use the --signoff argument. More info on sign-offs: git docs Ref: #46

v4.2.1

This release makes the action work also on Windows instances. Ref: #33

Changelog

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

[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)
Commits
  • a988073 release: v4.4.0
  • 88408e5 docs: add connorjclark as a contributor (#50)
  • 27a89ad feat: add PR support (#49)
  • d5f44e7 release: v4.3.0
  • 52f1071 docs: add pvogt09 as a contributor (#47)
  • 51fc21c add option to use --signoff with git commit (#46)
  • 46b61e1 release: v4.2.1
  • 06d5446 Merge pull request #44 from EndBug/all-contributors/add-JonasJacobsUserspace
  • 21a3687 docs: update .all-contributorsrc [skip ci]
  • 4d2a782 docs: update README.md [skip ci]
  • 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)
codecov[bot] commented 3 years ago

Codecov Report

Merging #131 into develop will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #131   +/-   ##
========================================
  Coverage    65.04%   65.04%           
========================================
  Files           39       39           
  Lines         1007     1007           
  Branches       130      130           
========================================
  Hits           655      655           
  Misses         352      352           

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 d6c62cf...a1c9e07. Read the comment docs.

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.13.0 :tada:

The release is available on:

Your friendly GitReleaseManager bot :package::rocket: