Skip to content

0.0.13: Fix undefined prefix in colcon lcov-result

Compare
Choose a tag to compare
@piraka9011 piraka9011 released this 23 Jan 00:34
e25410b

execBashCommand would previously fail if no commandPrefix was explicitly passed to it.
This release properly sets the commandPrefix to an empty string when not set by the user as opposed to undefined.
The release also added some unit tests to catch regressions and pre-commit hooks to support contributors with preparing clean PRs.