erisu opened a new pull request, #55: URL: https://github.com/apache/cordova-eslint/pull/55
Replace `jasmine` and `c8` with Node's internal testing framework. Additionally, the CI workflow has been improved and split into three separate jobs: - CodeQL Analysis - Linting - Testing Node.js 20.x appears to provide the necessary capabilities to test our ESLint config package. The only missing feature, which is available in Node.js 22.x and above, is the ability to define exclusions in the code coverage report. While it would be nice to exclude files like `testing` from coverage, I believe it's acceptable to include them in Node 20.x. From Node 22.x onward, we will configure exclusions accordingly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
