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

Fix mdparsing #19

Closed fmauch closed 4 years ago

fmauch commented 4 years ago

This should fix the regression introduced in #15 as raised in #18.

codecov-io commented 4 years ago

Codecov Report

Merging #19 into master will decrease coverage by 1.29%. The diff coverage is 94.73%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #19      +/-   ##
==========================================
- Coverage   96.24%   94.94%   -1.30%     
==========================================
  Files          27       17      -10     
  Lines        1757     1009     -748     
==========================================
- Hits         1691      958     -733     
+ Misses         66       51      -15     
Flag Coverage Δ
#unittests 94.94% <94.73%> (+0.34%) :arrow_up:
Impacted Files Coverage Δ
src/catkin_doc/parsers/mdparser.py 99.18% <94.73%> (-0.82%) :arrow_down:
test/test_full_package.py
test/test_launchfile.py
test/test_mdformat.py
test/test_python.py
test/test_cpp.py
test/test_pkghandler.py
test/test_cmakeparser.py
setup.py
test/test_datastructures.py
... and 1 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 eeb0576...0bcc7f6. Read the comment docs.