Releases: paambaati/codeclimate-action
Releases · paambaati/codeclimate-action
v2.7.5
[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
[2.7.4] - 2020-10-03
Added
- 💫 Coverage locations can now be Glob patterns - via
#240
. This closes #234
. Thanks @Sumolari!
v2.7.3
[2.7.3] - 2020-10-01
Fixed
- 🐛 Default coverage command now correctly defaults to
''
- via #238
. This closes #235
. Thanks @bennypowers!
v2.7.2
[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
[2.7.1] - 2020-09-22
Added
coverageCommand
argument is now optional - via #220
. This closes #182
.
v2.7.0
[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
[2.6.0] - 2020-04-24
Fixed
v2.5.6
[2.5.6] - 2020-03-28
Fixed
- Correctly report
HEAD
SHA for PRs (and some nice refactors) - via #141
. Thanks @vladjerca!
v2.5.5
[2.5.5] - 2020-03-18
Fixed
v2.5.4
[2.5.4] - 2020-03-04
Fixed