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
Coveralls badge can be removed as these workflows (and the workflows in the main repo) don't use it, see Drop Coveralls? fastify#3720
The main blocker to migrating plugins is that the reusable workflows use npm test and npm run lint to perform testing and linting respectively. Some plugins use npm run test:ci, npm run test:tap, and npm run lint:ci, or some variations of them for their CI testing.
Issue to track migration to the reusable workflows, as well as anything extra:
The main blocker to migrating plugins is that the reusable workflows use
npm test
andnpm run lint
to perform testing and linting respectively. Some plugins usenpm run test:ci
,npm run test:tap
, andnpm run lint:ci
, or some variations of them for their CI testing.The text was updated successfully, but these errors were encountered: