klauer / blark

Beckhoff TwinCAT ST (IEC 61131-3) code parsing in Python using Lark (Earley)
https://klauer.github.io/blark/
GNU General Public License v2.0
42 stars 5 forks source link

MNT: Move existing example to test suite + remove invalid one #41

Closed klauer closed 2 years ago

klauer commented 2 years ago

Partially addresses #21

codecov-commenter commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@6044a3b). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master      #41   +/-   ##
=========================================
  Coverage          ?   67.20%           
=========================================
  Files             ?       16           
  Lines             ?     3687           
  Branches          ?        0           
=========================================
  Hits              ?     2478           
  Misses            ?     1209           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6044a3b...cf2fca1. Read the comment docs.

klauer commented 2 years ago

Hmm, looks like coverage support may still need some work. Reports are a good start, but the diff/comparison would be better.

Edit: oh, looks like I was just behind locally when making this branch. Will see what happens the next PR.