pcdshub / pytmc

Generate EPICS IOCs and records from TwinCAT projects - along with many TwinCAT project tools
https://pcdshub.github.io/pytmc/
Other
10 stars 11 forks source link

REF: merge project tcparse into pytmc #85

Closed klauer closed 5 years ago

klauer commented 5 years ago

Overview

pytmc summary

pytmc summary example output:

pytmc summary --plc --code --markdown (tsproj) https://gist.github.com/klauer/d76c9c7e8f4a4fc80e799eca0b799b21

pytmc types

Example screenshot image

pytmc debug

Example screenshot image

Miscellaneous TODOs

cc @zllentz

codecov-io commented 5 years ago

Codecov Report

Merging #85 into master will decrease coverage by 14.58%. The diff coverage is 77.48%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #85       +/-   ##
===========================================
- Coverage   92.05%   77.46%   -14.59%     
===========================================
  Files           6       10        +4     
  Lines         881     1216      +335     
===========================================
+ Hits          811      942      +131     
- Misses         70      274      +204
Impacted Files Coverage Δ
pytmc/linter.py 71.42% <ø> (ø)
pytmc/__init__.py 100% <100%> (ø) :arrow_up:
pytmc/code.py 100% <100%> (ø)
pytmc/bin/util.py 18.75% <18.75%> (ø)
pytmc/bin/db.py 25% <25%> (ø)
pytmc/bin/stcmd.py 63.88% <63.88%> (ø)
pytmc/bin/summary.py 72.59% <72.59%> (ø)
pytmc/parser.py 81.45% <81.45%> (ø)
pytmc/record.py 94.15% <93.7%> (+1.84%) :arrow_up:
pytmc/pragmas.py 95.29% <95.29%> (ø)
... and 8 more

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 ddcc0a4...b33e5b0. Read the comment docs.