Closed mhasel closed 1 month ago
Attention: Patch coverage is 96.77419%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 91.42%. Comparing base (
be78df6
) to head (0e46463
). Report is 108 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
compiler/plc_ast/src/ast.rs | 0.00% | 1 Missing :warning: |
src/index.rs | 95.23% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Adds a new variable block type for
VAR_EXTERNAL
to the compiler. These blocks do not have any functionality for now and the compiler will emit a warning when such blocks are declared.