Skip to content
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

[SDTEST-1066] [SDTEST-1281] [SDTEST-1200] New Code Coverage #152

Merged
merged 4 commits into from
Dec 17, 2024

Conversation

ypopovych
Copy link
Contributor

What and why?

This PR fixes current bugs with Code Coverage.

  • It supports Xcode 16
  • It is 300+ times quicker (because it doesn't use command-line commands)
  • It can disable continuous mode even when it's already enabled
  • It doesn't leak file descriptors
  • Sends covered lines as bitmaps

Fixes: SDTEST-1066 SDTEST-1281 SDTEST-1200

How?

Full Code Coverage reimplementation based on LLVM C++ library.

Code Coverage published as library and used as dependency.

Review checklist

  • Feature or bugfix MUST have appropriate tests (unit, integration)
  • Make sure each commit and the PR mention the Issue number or JIRA reference

@ypopovych ypopovych requested a review from a team as a code owner December 16, 2024 17:26
@ypopovych ypopovych changed the title new Code Coverage [SDTEST-1066] [SDTEST-1281] [SDTEST-1200] New Code Coverage Dec 16, 2024
@ypopovych ypopovych merged commit ee0abc1 into main Dec 17, 2024
1 check passed
@ypopovych ypopovych deleted the yehor-popovych/fix-code-coverage branch December 17, 2024 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants