colcon / colcon-clean

A colcon extension to clean package workspaces
http://colcon.readthedocs.io
Apache License 2.0
46 stars 4 forks source link

Add Dev Container for local development #39

Open ruffsl opened 1 year ago

ruffsl commented 1 year ago

This approximates colcon's CI while still streamlining development over the previous Dockerfile build setup. Also, the Dockerfile build setup (using colcon itself as the build tool) was failing to pass tests due to some file hierarchy assumptions with copyright checks using pytest, such as auto generated site files missing copyright headers.

codecov-commenter commented 1 year ago

Codecov Report

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

Comparison is base (c7ff24c) 100.00% compared to head (e6eb357) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #39 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 11 11 Lines 268 268 Branches 40 40 ========================================= Hits 268 268 ```

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