You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node.js tests are preferred (see *.test.mjs files) as it links with Codecov.
Dedicated test workflows (like setup-homebrew) are acceptable if Node.js tests are demonstrated to not be possible/feasible (e.g. things written in pure shell that don't benefit from porting to JS, such as bump-packages). Any such test workflows however should not require any write tokens or secrets.
The text was updated successfully, but these errors were encountered:
(Extracted from #542)
The following actions are lacking tests and thus we are currently blindly merging changes to:
Any bump-package test coverage would cover this one
gh
. No testsoctokit.js
gh
. No testsoctokit.js
pre-build
Probably the most actively maintained in this list
which already has CI coverage
but isn't expected to stay around for long
Node.js tests are preferred (see
*.test.mjs
files) as it links with Codecov.Dedicated test workflows (like
setup-homebrew
) are acceptable if Node.js tests are demonstrated to not be possible/feasible (e.g. things written in pure shell that don't benefit from porting to JS, such asbump-packages
). Any such test workflows however should not require any write tokens or secrets.The text was updated successfully, but these errors were encountered: