appcenter-sdk-android icon indicating copy to clipboard operation
appcenter-sdk-android copied to clipboard

Sasquatch app build with CodeQL analysis

Open MikhailSuendukov opened this issue 4 months ago • 0 comments

Description

To ensure CodeQL analysis recognizes this repository as containing C++ code, we need to build C++ files during the CodeQL scan (even if not all of them). Currently, the repository has only one C++ file—in Sasquatch app and this file is part of the functionality of these applications.

This pull request introduces a pipeline configuration that builds Sasquatch app as part of the CodeQL scan. This ensures that CodeQL successfully identifies and counts C++ code coverage in its analysis.

Build succeeded

Related PRs or issues

AB#107387

MikhailSuendukov avatar Oct 18 '24 11:10 MikhailSuendukov