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

Handle invocation with no available verbs or env vars #620

Closed cottsay closed 6 months ago

cottsay commented 7 months ago

It might be useful when measuring performance to invoke colcon with an entire class of extensions blocked. This change "handles" the case where no verbs are available and minimizes the output when there are no verbs or environment variables available.

When invoked normally, this change should not modify any existing behavior.

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 83.39%. Comparing base (c7d8194) to head (83a5a76).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #620 +/- ## ========================================== + Coverage 83.37% 83.39% +0.02% ========================================== Files 66 66 Lines 3789 3794 +5 Branches 737 739 +2 ========================================== + Hits 3159 3164 +5 Misses 556 556 Partials 74 74 ```

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