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 some basic test coverage for build/test verbs #652

Closed cottsay closed 3 months ago

cottsay commented 4 months ago

Nothing crazy, just want to exercise the code to give us some basic coverage. The build verb is currently at 0%, so it's not hard to improve on that.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.26%. Comparing base (520052d) to head (48cfaff).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #652 +/- ## ========================================== + Coverage 83.44% 87.26% +3.81% ========================================== Files 67 67 Lines 3902 3902 Branches 773 773 ========================================== + Hits 3256 3405 +149 + Misses 555 391 -164 - Partials 91 106 +15 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.