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

Better support for language(s) in components and result #1913

Merged
merged 7 commits into from
Dec 30, 2024

Small cleanup

85c2db9
Select commit
Loading
Failed to load commit list.
Merged

Better support for language(s) in components and result #1913

Small cleanup
85c2db9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 30, 2024 in 0s

77.11% (+0.08%) compared to 9f0e957

View this Pull Request on Codecov

77.11% (+0.08%) compared to 9f0e957

Details

Codecov Report

Attention: Patch coverage is 76.62338% with 18 lines in your changes missing coverage. Please review.

Project coverage is 77.11%. Comparing base (9f0e957) to head (85c2db9).

Files with missing lines Patch % Lines
...tlin/de/fraunhofer/aisec/cpg/frontends/Language.kt 86.95% 1 Missing and 2 partials ⚠️
...cpg/graph/statements/expressions/BinaryOperator.kt 40.00% 1 Missing and 2 partials ⚠️
...tlin/de/fraunhofer/aisec/cpg/console/Extensions.kt 0.00% 2 Missing ⚠️
...ofer/aisec/cpg/frontends/cxx/DeclarationHandler.kt 50.00% 0 Missing and 2 partials ⚠️
...ain/kotlin/de/fraunhofer/aisec/cpg/ScopeManager.kt 50.00% 0 Missing and 1 partial ⚠️
...otlin/de/fraunhofer/aisec/cpg/TranslationResult.kt 50.00% 1 Missing ⚠️
.../kotlin/de/fraunhofer/aisec/cpg/graph/Component.kt 50.00% 1 Missing ⚠️
...hofer/aisec/cpg/graph/types/FunctionPointerType.kt 0.00% 1 Missing ⚠️
...kotlin/de/fraunhofer/aisec/cpg/graph/types/Type.kt 50.00% 1 Missing ⚠️
...er/aisec/cpg/passes/ControlFlowSensitiveDFGPass.kt 0.00% 0 Missing and 1 partial ⚠️
... and 2 more
Additional details and impacted files
Files with missing lines Coverage Δ
...main/kotlin/de/fraunhofer/aisec/cpg/TypeManager.kt 85.41% <100.00%> (+2.08%) ⬆️
...kotlin/de/fraunhofer/aisec/cpg/graph/Interfaces.kt 90.00% <ø> (ø)
.../main/kotlin/de/fraunhofer/aisec/cpg/graph/Name.kt 82.22% <100.00%> (ø)
.../main/kotlin/de/fraunhofer/aisec/cpg/graph/Node.kt 87.64% <100.00%> (+0.14%) ⬆️
...otlin/de/fraunhofer/aisec/cpg/graph/NodeBuilder.kt 71.42% <ø> (-0.90%) ⬇️
...otlin/de/fraunhofer/aisec/cpg/graph/OverlayNode.kt 100.00% <100.00%> (ø)
...otlin/de/fraunhofer/aisec/cpg/graph/TypeBuilder.kt 52.50% <100.00%> (ø)
...r/aisec/cpg/graph/declarations/ValueDeclaration.kt 92.85% <100.00%> (+3.57%) ⬆️
...g/graph/statements/expressions/AssignExpression.kt 68.18% <100.00%> (+3.03%) ⬆️
...sec/cpg/graph/statements/expressions/Expression.kt 96.29% <100.00%> (ø)
... and 29 more

... and 4 files with indirect coverage changes

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