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

Sections #15

Closed fmauch closed 4 years ago

fmauch commented 4 years ago

Use subsections for individual items.

This implements #13

codecov-io commented 4 years ago

Codecov Report

Merging #15 into master will decrease coverage by 0.28%. The diff coverage is 98.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   95.69%   95.40%   -0.29%     
==========================================
  Files          27       27              
  Lines        1671     1698      +27     
==========================================
+ Hits         1599     1620      +21     
- Misses         72       78       +6     
Impacted Files Coverage Δ
src/catkin_doc/datastructures/launchfile.py 95.65% <92.30%> (-4.35%) :arrow_down:
src/catkin_doc/datastructures/doc_object.py 66.66% <100.00%> (-0.26%) :arrow_down:
src/catkin_doc/datastructures/node.py 100.00% <100.00%> (ø)
src/catkin_doc/datastructures/package.py 100.00% <100.00%> (ø)
src/catkin_doc/datastructures/parameter.py 100.00% <100.00%> (ø)
src/catkin_doc/datastructures/topic.py 95.45% <100.00%> (ø)
src/catkin_doc/formatters/markdown_formatter.py 91.30% <100.00%> (-4.35%) :arrow_down:
test/test_datastructures.py 100.00% <100.00%> (ø)
test/test_mdformat.py 99.09% <100.00%> (+0.05%) :arrow_up:
test/test_pkghandler.py 97.14% <100.00%> (ø)
... and 2 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 34192e0...63b86d4. Read the comment docs.