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 7 to 7.2.1 #180

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

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:

  • Git args are now parsed with string-argv, the format has to comply with what the package can parse (issue #179)

v7.1.2

Fixed:

  • Git args parsing now correctly handles quotes, that can be used for multi-word arguments (issue #166)

v7.1.1

Fixed:

  • Git args parsing has been improved, and now handles spaces correctly (issue #154)

v7.1.0

You can see the full changelog here.

Added:

  • pull_strategy: you can use 'NO-PULL' to prevent the action from pulling from the remote at all.
Changelog

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

[7.2.1] - 2021-05-11

Fixed:

  • Fixed an issue with missing outputs (#189)

[7.2.0] - 2021-04-22

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:

  • Git args are now parsed with string-argv, the format has to comply with what the package can parse (issue #179)

[7.1.2] - 2021-04-16

Fixed:

  • Git args parsing now correctly handles quotes, that can be used for multi-word arguments (issue #166)

[7.1.1] - 2021-04-04

Fixed:

  • Git args parsing has been improved, and now handles spaces correctly (issue #154)

[7.1.0] - 2021-03-03

Added:

  • pull_strategy: you can use 'NO-PULL' to prevent the action from pulling from the remote at all.

[7.0.0] - 2021-01-16

Changed:

  • [BREAKING] The token input has been removed: author info will be filled using the GitHub Actor, instead of fetching info from the GitHub API.
    The commits will be authored using the GitHub no-reply email associated with the account: username@users.noreply.github.com
  • [BREAKING] Because of the change above, the author will now be the user that triggered the action run, and not the author of the last commit: while the two are often the same person, there are instances where they might differ (e.g. when a workflow run is triggered manually).

[6.2.0] - 2020-12-23

Added:

  • push input: allow for custom git push arguments to be used, more info in the README. (issue #100)

[6.1.0] - 2020-12-22

... (truncated)

Commits


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 3 years ago

Codecov Report

Merging #180 (1dbe3df) into develop (6f2b742) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #180   +/-   ##
========================================
  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...1dbe3df. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #195.