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

Adding dynamic analysis #61

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from
Draft

Adding dynamic analysis #61

wants to merge 11 commits into from

Conversation

ericonr
Copy link
Member

@ericonr ericonr commented Jan 15, 2025

No description provided.

This way, tests will be run with sanitizers as well. Since including a
sanitizer in static binaries isn't recommended (doesn't work with LLVM,
with GCC requires a special flag), we include the sanitizer flags in the
same matrix group as linking flags.

The "memory" sanitizer has been omitted for now, since GCC doesn't
support it.
Detected by AddressSanitizer.
Improve sanitizer error messages.
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
D Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@ericonr
Copy link
Member Author

ericonr commented Jan 17, 2025

If possible, try and add coverage reporting to this PR as well.

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.

1 participant