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

Initial structure for cpg native queries and and a small example #865

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from

++

e79badf
Select commit
Loading
Failed to load commit list.
Draft

Initial structure for cpg native queries and and a small example #865

++
e79badf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 21, 2024 in 0s

65.64% (target 75.00%)

View this Pull Request on Codecov

65.64% (target 75.00%)

Details

Codecov Report

Attention: Patch coverage is 0.30030% with 332 lines in your changes missing coverage. Please review.

Project coverage is 65.64%. Comparing base (81597ae) to head (e79badf).
Report is 6 commits behind head on main.

Files Patch % Lines
...ionLanguage/cpg/native/TSFIInformationExtractor.kt 0.00% 233 Missing ⚠️
...icationLanguage/cpg/native/CPGQuerySarifBuilder.kt 0.00% 27 Missing ⚠️
...ecificationLanguage/cpg/native/CPGQueryExecutor.kt 0.00% 17 Missing ⚠️
...pecificationLanguage/cpg/native/CPGQueryFinding.kt 0.00% 15 Missing ⚠️
...icationLanguage/cpg/native/queries/ExampleQuery.kt 0.00% 12 Missing ⚠️
...e/specificationLanguage/cpg/native/XMLFormatter.kt 0.00% 8 Missing ⚠️
...ificationLanguage/cpg/native/CPGQuerySubcommand.kt 0.00% 7 Missing ⚠️
...ecificationLanguage/cpg/native/queries/CPGQuery.kt 0.00% 4 Missing ⚠️
...cationLanguage/cpg/native/CPGQueryConfiguration.kt 0.00% 3 Missing ⚠️
...icationLanguage/cpg/native/InformationExtractor.kt 0.00% 3 Missing ⚠️
... and 2 more
Additional details and impacted files
@@              Coverage Diff              @@
##               main     #865       +/-   ##
=============================================
- Coverage     77.20%   65.64%   -11.57%     
  Complexity      250      250               
=============================================
  Files            59       71       +12     
  Lines          1882     2215      +333     
  Branches        265      328       +63     
=============================================
+ Hits           1453     1454        +1     
- Misses          308      640      +332     
  Partials        121      121               

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.