Skip to content

Commit dc9cc70

Browse files
committed
update changelog
1 parent 791123f commit dc9cc70

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package code_coverage
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Add option for specifying extra flags to genhtml (`#20 <https://github.com/mikeferguson/code_coverage/issues/20>`_)
8+
This modification allows you to add flags to the genhtml step so that you can do things like output the lcov report with demangled C++ function names, e.g.:
9+
catkin_make -DGENHTML_EXTRA_FLAGS="--demangle-cpp" -DENABLE_COVERAGE_TESTING=ON -DCMAKE_BUILD_TYPE=Debug test1_coverage_report
10+
* Add catkin_make build step in usage example (`#19 <https://github.com/mikeferguson/code_coverage/issues/19>`_)
11+
* bump cmake version for noetic
12+
* Contributors: Immanuel Martini, Michael Ferguson, mschickler
13+
514
0.4.1 (2020-04-05)
615
------------------
716
* update package.xml for noetic

0 commit comments

Comments
 (0)