Skip to content

Latest commit

 

History

History
258 lines (169 loc) · 8.38 KB

CHANGELOG.md

File metadata and controls

258 lines (169 loc) · 8.38 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.10.4] - 2023-11-01

Fixed

  • cover report with baseline example did not skip cover report action out of pull requests.

[0.10.3] - 2023-10-19

Added

  • scopes required for the github-token input
  • signature input documented on README

Fixed

  • when the token set for the action is not valid the action will now fail with an error.
  • if the workflow context does no have a pull request the action will fail with an error.

0.10.2 - 2023-07-14

Fixed

  • security update for semver library

0.10.1 - 2023-07-11

Fixed

  • security update for semver library

0.10.0 - 2023-05-31

Added

  • better support for personal access tokens (asked for at #35)

Changed

  • dependencies upgraded

0.9.4 - 2023-05-25

Added

  • note about the marketplace releases

0.9.3 - 2023-05-24

Added

  • option with-branches to control if the column Branches show be rendered

Fixed

  • plural of branch is branches (#34)

0.9.2 - 2023-03-21

Fixed

  • when there was one package or file on a package the action failed to process the files

0.9.1 - 2023-03-01

Added

  • support for clover files generated from jest

Thanks

Thank you to @jacekk for improving the project on PR #27

0.9.0 - 2023-02-17

Fixed

  • when no files/lines are left after the filters the comment will show "No files reported or matching filters" on the table.
  • when the size of the comment becomes too big for Github, the table will be cut short with the comment "Table truncated to fit comment"

0.8.0 - 2022-11-02

Added

  • option table-coverage-change to filter files shown on table by percentage change of a file.
  • option show-percentage-change-on-table to show coverage changes on the table

0.7.1 - 2022-11-02

Fixed

  • action was "panicking" when the file with the coverage was not found, a clearer message is shown now.

0.7.0 - 2022-10-21

Changed

  • upgrading node version to 16

Thanks

Thank you to @sertxudev for the contribution at #21.

0.6.0 - 2022-09-20

Added

  • new option only-with-coverable-lines to filter out files that don't have lines of code to check.

0.5.2 - 2022-08-18

Fixed

  • @actions/core has Delimiter Injection Vulnerability in exportVariable

0.5.1 - 2022-01-19

Fixed

  • parameter should be name table-below-coverage, not table-bellow-coverage

0.5.0 - 2022-01-18

Added

  • options table-type-coverage, table-bellow-coverage and table-above-coverage to allow users to hide files where the coverage is out of a range, that way large projects were most files are above 80% coverage can hide the ones bellow that.

0.4.2 - 2022-01-07

Fixed

0.4.1 - 2021-12-17

Fixed

  • option with-table was "hidding" the summary totals.

0.4.0 - 2021-12-17

Added

  • option with-table to show the table summary (on by default)

0.3.0 - 2021-08-19

Added

  • options max-line-coverage-decrease to fail the action when the diff between current and previous coverage percentage of lines or methods is above a threshold
  • options min-line-coverage and min-method-coverage to fail the action when coverage percentage of lines or methods goes below a threshold

0.2.0 - 2021-08-19

Changed

  • examples on readme changed to use @main instead of @v0.1.4

Added

  • a ascii chart will be generated with the distribution of coverage to help visualize the state of the project.

0.1.5 - 2021-08-17

Added

  • support for a custom signature on the pull request comment.
  • example on readme on how to use artifacts to compare coverage between base branch and current commit.
  • this changelod file to help keep track of repository progression.

Changed

  • when base-file is not found an non-blocking error will be created on the workflow for user diagnosis, instead of just skipping it.
  • release workflow now uses notes from CHANLOG.md on release summary.

0.1.4 - 2021-08-16

Changed

  • example workflow now simulates a missing base-file

Fixed

  • missing base-file was being converted to false, which breaks action

0.1.3 - 2021-08-16

Fixed

  • prevent action from failing if the base-file was not found.

0.1.2 - 2021-08-16

Fixed

  • indentation and steps on readme's example workflow

0.1.1 - 2021-08-15

Fixed

  • small adjustments on readme
  • missing properties on action.yml

Added

  • release the action on github marketplace to be discoverable.

0.1.0 - 2021-08-15

Added

  • a readme explaining what the action was about and how to set it up.
  • support to compare current coverage report with a previous one and add it to pull request comment.
  • clover.xml examples and a example workflow to test the action before release.

0.0.1 - 2021-08-15

Added

into comments in the pull request.