-
Notifications
You must be signed in to change notification settings - Fork 27
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
Provide test coverage statistics in release assets #491
Comments
We have integrated test coverage reports directly to the runtime documentation: C++ - https://zserio.org/doc/runtime/cpp Direct links to test coverage reports: C++ gcc - https://zserio.org/doc/runtime/cpp/coverage/gcc As a consequence, test coverage reports will be distributed in each release together with runtime documentation stored in GitHub badges for test coverage (C++ gcc, C++ clang, Java and Python) will be available as well. |
Yes, correct. This is only for code in runtime libraries. Generated code is another story. Such tests depend on the underlying schema, used zserio compiler options and used database and on the application. |
Provide the following statistics for test coverage of the zserio runtime if they can be generated by an appropriate tool:
The report shall be added to the release assets in a nice readable way (e.g. HTML)
Would also be nice if we can get a bagde for the readme, but if that is not straightforward, just ignore.
The text was updated successfully, but these errors were encountered: