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

Improve coverage #17

Closed fmauch closed 3 years ago

fmauch commented 4 years ago

This PR aims at getting up coverage.

codecov[bot] commented 4 years ago

Codecov Report

Merging #17 (ed840af) into master (11e9a6e) will increase coverage by 1.15%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   95.03%   96.19%   +1.15%     
==========================================
  Files          17       17              
  Lines        1008      999       -9     
==========================================
+ Hits          958      961       +3     
+ Misses         50       38      -12     
Flag Coverage Δ
unittests 96.19% <100.00%> (+1.15%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/catkin_doc/datastructures/node.py 100.00% <ø> (ø)
src/catkin_doc/datastructures/topic.py 97.50% <ø> (+2.04%) :arrow_up:
src/catkin_doc/datastructures/doc_object.py 78.76% <100.00%> (+5.52%) :arrow_up:
src/catkin_doc/formatters/base_formatter.py 100.00% <100.00%> (+25.00%) :arrow_up:

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 11e9a6e...ed840af. Read the comment docs.