doxygen-awesome-css
doxygen-awesome-css copied to clipboard
Matching css for lcov/gcovr html
I am generating coverage reports with lcov (gcovr could also be possible) and I am placing them next to a doxygen documentation formated with this (awesome) repository to make it look beautiful.
I was wondering, if you could maybe provide a css file matching the doxygen-awesome-css style for lcov and/or gcovr html output?
- gcovr is supporting css files now: https://github.com/gcovr/gcovr/pull/380
- genhtml from lcov also supports css files: https://ltp.sourceforge.net/coverage/lcov/genhtml.1.php
Since it's a rather simple generated html site, I thought it could maybe be very easy for you to create something matching. That would be really cool to have!
Thanks for your great work. Sebastian
That's a neat idea! Thanks for the suggestion! Unfortunately it would be low on my priority list bc I don't use lcov/gcovr html output myself.
But I'll keep it in the backlog!
If in the meantime you or somebody else decided to implement a lcov/gcovr theme matching the style of doxygen-awesome-css, I'd be happy to promote it here! 😊
For interested people, I appended the standard generated css files for lcov and gcovr html output.