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
We have already 2 separate builds. One release build and one test build.
The test build needs to be compiled with test code coverage in clang so that we can generate the coverage file and upload it to a provider during the build phase.
Configure build to output code coverage on run.
Update release workflow to upload it to a test coverage provider.
We have already 2 separate builds. One release build and one test build.
The test build needs to be compiled with test code coverage in clang so that we can generate the coverage file and upload it to a provider during the build phase.