We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tasks should use the workflow templates from https://github.com/nextcloud/.github for lint, node-test and phpunit.
lint
node-test
phpunit
The text was updated successfully, but these errors were encountered:
@skjnldsv Am I missing something or is there no template for running javascript tests via npm run test (and upload coverage to codecov)? Similar to https://github.com/nextcloud/tasks/blob/master/.github/workflows/node-test.yml.
npm run test
Sorry, something went wrong.
Currently, there is none. Feel free to add one :)
I created an issue for now, nextcloud/.github#128. Might look into it later.
No branches or pull requests
Tasks should use the workflow templates from https://github.com/nextcloud/.github for
lint
,node-test
andphpunit
.lint
node-test
phpunit
The text was updated successfully, but these errors were encountered: