Closed KuechA closed 3 weeks ago
Attention: Patch coverage is 84.21053%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 75.24%. Comparing base (
692023f
) to head (5ef8714
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
...hofer/aisec/cpg/passes/EvaluationOrderGraphPass.kt | 84.21% | 2 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Currently, the
EvaluationOrderGraphPass
handles theUnaryOperator
with operatorCode "throw" as a throw expression. Since all frontends have been migrated to use theThrowExpression
, this is obsolete. The eog-spec-file is updated and the pass too.Closes #1817