-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
470 bug missing query handler in unit tests #471
Conversation
Would love to increase overall unit-test coverage, but I think that is out of scope for this. Would probably require (or at least be made easier by) refactoring of the BatchtranslateJob#start method |
f5094c1
to
199cac0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I tried to fix the codecov pipeline where the results are not uploaded, but I think that needs to be done some other time
🎉 This PR is included in version 1.2.7 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.15 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.14 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.3.0-next.2 🎉 The release is available on npm package (@next dist-tag) Your semantic-release bot 📦🚀 |
re #470
Fixes warnings in the test cases of the libretranslate provider, due to the async information fetching during initiation and a missing mock query handler.
Also includes some additional test coverage for the main plugin.