You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently issues with coverage calculation are observed across different Modules. We need a common solution that can be applied and used in reference_integration.
Problem definition
Mutual
we need solution that is common and can be reused by everyone
we need justifications when coverage != 100%, we need mechanisms to justify etc.
tooling should support platform variants, allows justifications only for specific one, etc.
tooling should allow easy use to developers and clear information where improvements are needed
tooling will require certification but there is no other known alternative that will fulfill all our requirements
Currently issues with coverage calculation are observed across different Modules. We need a common solution that can be applied and used in reference_integration.
Problem definition
Mutual
C++
bazel coverageis not 100% reliableRust
feat: add coverage support to QNX toolchain bazel_cpp_toolchains#62
It should be possible to use a common tool for generating coverage for both languages.
Next steps