fzi-forschungszentrum-informatik / catkin_doc

Tool for automatic ROS-API documentation generation
BSD 3-Clause "New" or "Revised" License
1 stars 2 forks source link

Multiline regex #11

Closed fmauch closed 4 years ago

fmauch commented 4 years ago

Use multiline regex expressions instead of concatenating lines to full commands. I don't know why we didn't come up with this, at first place...

codecov-io commented 4 years ago

Codecov Report

Merging #11 into master will increase coverage by 0.13%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #11      +/-   ##
==========================================
+ Coverage   95.55%   95.69%   +0.13%     
==========================================
  Files          27       27              
  Lines        1709     1671      -38     
==========================================
- Hits         1633     1599      -34     
+ Misses         76       72       -4     
Impacted Files Coverage Δ
test/test_mdformat.py 99.04% <ø> (ø)
src/catkin_doc/datastructures/topic.py 95.45% <100.00%> (ø)
src/catkin_doc/parsers/cppparser.py 98.63% <100.00%> (+0.81%) :arrow_up:
src/catkin_doc/parsers/launchparser.py 89.65% <100.00%> (+6.89%) :arrow_up:
test/test_cpp.py 100.00% <100.00%> (ø)
test/test_full_package.py 96.29% <100.00%> (-0.14%) :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 0ca174f...bbbefdb. Read the comment docs.