psycofdj / coverxygen

Generate doxygen's documentation coverage report
GNU General Public License v3.0
49 stars 11 forks source link

Feature: File filters #14

Closed j-ulrich closed 5 years ago

j-ulrich commented 5 years ago

Implements --exclude and --include filters to give more control over which files are included in the coverage calculation.

--include filters have precedence over --exclude and --prefix. So the approach to filter is:

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.9%) to 71.512% when pulling 99e4c4ad444b91362f42deaf6d1c6775f600b1f2 on j-ulrich:feature/file-filters into 6a5c6a92059eeab0e06413a56525570d93c9c0ff on psycofdj:master.

psycofdj commented 5 years ago

Thanks @j-ulrich, I'm releasing this on pypi right away