Skip to content

Releases: paambaati/codeclimate-action

v2.7.5

10 Dec 03:14
Compare
Choose a tag to compare

[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!

v2.7.4

03 Oct 07:30
Compare
Choose a tag to compare

[2.7.4] - 2020-10-03

Added

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

v2.7.3

01 Oct 09:44
Compare
Choose a tag to compare

[2.7.3] - 2020-10-01

Fixed

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

v2.7.2

01 Oct 05:04
Compare
Choose a tag to compare

[2.7.2] - 2020-10-01

Fixed

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

v2.7.1

22 Sep 15:49
Compare
Choose a tag to compare

[2.7.1] - 2020-09-22

Added

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

v2.7.0

22 Sep 09:44
Compare
Choose a tag to compare

[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.

v2.6.0

24 Apr 07:59
Compare
Choose a tag to compare

[2.6.0] - 2020-04-24

Fixed

v2.5.6

28 Mar 09:17
Compare
Choose a tag to compare

[2.5.6] - 2020-03-28

Fixed

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

v2.5.5

18 Mar 04:42
Compare
Choose a tag to compare

[2.5.5] - 2020-03-18

Fixed

v2.5.4

04 Mar 06:52
Compare
Choose a tag to compare

[2.5.4] - 2020-03-04

Fixed