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

ENH/FIX: Better linting, debug tool fixes, $ handling, ... and more! #135

Closed klauer closed 4 years ago

klauer commented 4 years ago

Closes #134 Closes #127 Closes #131 Closes #133 Closes #132

codecov-io commented 4 years ago

Codecov Report

Merging #135 into master will decrease coverage by 1.07%. The diff coverage is 52.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
- Coverage   78.79%   77.71%   -1.08%     
==========================================
  Files          16       16              
  Lines        1820     1880      +60     
==========================================
+ Hits         1434     1461      +27     
- Misses        386      419      +33
Impacted Files Coverage Δ
pytmc/bin/stcmd.py 85.36% <100%> (ø) :arrow_up:
pytmc/bin/pragmalint.py 80.55% <35%> (-4.25%) :arrow_down:
pytmc/bin/db.py 43.67% <50%> (-0.63%) :arrow_down:
pytmc/bin/debug.py 51.42% <52.63%> (-1.95%) :arrow_down:
pytmc/record.py 92.89% <58.33%> (-2.78%) :arrow_down:
pytmc/pragmas.py 94.95% <68.75%> (-4.09%) :arrow_down:

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 1ce15be...40ce400. Read the comment docs.