Skip to content

Latest commit

 

History

History
125 lines (93 loc) · 5.49 KB

CHANGELOG.md

File metadata and controls

125 lines (93 loc) · 5.49 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.

[2.7.5] - 2020-12-10

Added

  • ✨ Coverage prefix will now work for after-build commands as well - via #266. This closes #265. Thanks @matthewshirley!

[2.7.4] - 2020-10-03

Added

  • 💫 Coverage locations can now be Glob patterns - via #240. This closes #234. Thanks @Sumolari!

[2.7.3] - 2020-10-01

Fixed

  • 🐛 Default coverage command now correctly defaults to '' - via #238. This closes #235. Thanks @bennypowers!

[2.7.2] - 2020-10-01

Fixed

  • 🐛 The entrypoint logic was fixed so the script will actually run now - via #236. This closes #235.

[2.7.1] - 2020-09-22

Added

  • coverageCommand argument is now optional - via #220. This closes #182.

[2.7.0] - 2020-09-22

Added

  • Customizable working directory with the new workingDirectory option - via #220. Thanks @arareko!

Fixed

  • Errors in the before-build and after-build steps, if any, are now surfaced correctly - via #214. Thanks @olly!

Changed

  • Dependencies upgraded to latest, including tape v5.

[2.6.0] - 2020-04-24

Fixed

  • Fixed regressions introduced in #154. Thanks @MartinNuc!

[2.5.7] - 2020-04-17

Fixed

  • Finally fixed the long-standing #119 with proper exit code handling - via #154.

[2.5.6] - 2020-03-28

Fixed

  • Correctly report HEAD SHA for PRs (and some nice refactors) - via #141. Thanks @vladjerca!

[2.5.5] - 2020-03-18

Fixed

  • --prefix fixes - via #131. Thanks @rwjblue!

[2.5.4] - 2020-03-04

Fixed

[2.5.3] - 2020-02-26

Fixed

[2.5.2] - 2020-02-26

Changed

[2.5.1] - 2020-02-26

Fixed

[2.5.0] - 2020-02-25

Added

  • Custom --prefix support - via #111.

[2.4.0] - 2020-01-07

Added

  • Multiple coverage locations support - via #77. Thanks @mattvv!

[2.3.0] - 2019-10-31

Added

  • Debug support - via #45.

[2.2.6] - 2019-10-31

Fixed

  • env issues introduced after the Husky-related fixes.

[2.2.5] - 2019-10-29

Fixed

  • Remove husky as a dependency.

Changed

[2.2.4] - 2019-10-27

Fixed

[2.2.3] - 2019-10-27

Fixed

[2.2.2] - 2019-10-27

Fixed

  • Code coverage will also be available in 'Overview' tab - via #43.

[2.2.1] - 2019-09-19

Changed

  • Upgrade to @actions/core v1.1.1 - via #20.

[2.2.0] - 2019-08-28

Fixed

  • Inject GITHUB_ environment vars as CC-specific ones - via #3. Thanks @b4nst!

[2.1.0] - 2019-08-16

Added

  • Release script.

Changed

  • ⚡️ Replaced got with node-fetch. Now the action should run faster!

[2.0.0] - 2019-08-14

Changed

  • ⚡️ Change from Docker to JavaScript.

[1.0.0] - 2019-08-09

Added

  • Initial release.