-
Notifications
You must be signed in to change notification settings - Fork 14
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
More tests? #53
Comments
Thanks for your interest in jxl-oxide! We currently running tests against the libjxl's conformance repository and have several custom regression tests. Do you have any suggestions as to what tests would be desirable? |
Thanks, I totally missed that part! Still I see many I wonder how the current test coverage is, is there some setup to track the coverage? |
Currently we have:
I think most of the code are covered by the integration tests, so I didn't write unit tests that much. However I do think there are some components that would benefit from unit tests, such as entropy decoder. (Contributions are welcome!) There is no code coverage setup, but one can collect coverage by following the documentation. |
Any intent to use something like Codecov to track the coverage? I'm considering to migrate to this from libjxl (for https://github.com/saschanaz/jxl-winthumb) and having to build to get the current coverage is not ideal to me. |
Created #55 to track it. Thanks for the suggestion! |
Coverage can be checked here. I hope this helps! |
This doesn't seem to have many tests 👀
The text was updated successfully, but these errors were encountered: