3.1.1 (2022-10-20)
- ci: rebuild and republish to use new branch and workflows (0c99fb3)
- 🐛 Escape
action.yml
correctly so v3.x can be published - via#432
. This closes#430
. Thanks @antongolub!
- ✨ Coverage prefix will now work for
after-build
commands as well - via#266
. This closes#265
. Thanks @matthewshirley!
- 🐛 Default coverage command now correctly defaults to
''
- via#238
. This closes#235
. Thanks @bennypowers!
- Customizable working directory with the new
workingDirectory
option - via#220
. Thanks @arareko!
- Errors in the
before-build
andafter-build
steps, if any, are now surfaced correctly - via#214
. Thanks @olly!
- Dependencies upgraded to latest, including tape v5.
- Fixed regressions introduced in
#154
. Thanks @MartinNuc!
- Correctly report
HEAD
SHA for PRs (and some nice refactors) - via#141
. Thanks @vladjerca!
--prefix
fixes - via#131
. Thanks @rwjblue!
- Fix reporting the wrong branch name for PRs - via
#115
.
- Custom
--prefix
support - via#111
.
- Multiple coverage locations support - via
#77
. Thanks @mattvv!
- Debug support - via
#45
.
env
issues introduced after the Husky-related fixes.
- Remove
husky
as a dependency.
- Automated releases thanks to
technote-space/release-github-actions
.
- Fix missing files.
- Fix runtime failures - via
0a0ba88
andc2422ad
.
- Code coverage will also be available in 'Overview' tab - via #43.
- Upgrade to
@actions/core
v1.1.1 - via #20.
- Inject
GITHUB_
environment vars as CC-specific ones - via #3. Thanks @b4nst!
- Release script.
- ⚡️ Replaced
got
withnode-fetch
. Now the action should run faster!
- ⚡️ Change from Docker to JavaScript.
- Initial release.