colcon / colcon-core

Command line tool to build sets of software packages
http://colcon.readthedocs.io
Apache License 2.0
103 stars 46 forks source link

Add package maintainer information to metadata #484

Closed cottsay closed 2 years ago

cottsay commented 2 years ago

This information could be useful to other extensions.

codecov[bot] commented 2 years ago

Codecov Report

Merging #484 (c7c99bf) into master (d8e455e) will increase coverage by 0.07%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #484      +/-   ##
==========================================
+ Coverage   81.01%   81.09%   +0.07%     
==========================================
  Files          59       59              
  Lines        3556     3570      +14     
  Branches      682      687       +5     
==========================================
+ Hits         2881     2895      +14     
  Misses        629      629              
  Partials       46       46              
Impacted Files Coverage Δ
colcon_core/package_augmentation/python.py 90.24% <100.00%> (+2.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 d8e455e...c7c99bf. Read the comment docs.

mikepurvis commented 2 years ago

We're working on a port of catkin-tools-document to the colcon ecosystem and this kind of thing is pretty useful for that. 👍