Permalink
Commits on Feb 26, 2016
Commits on Feb 22, 2016
-
ENH: Add -cover_exclude option for excluding patterns
This adds an option to the API to specify patterns which should not be included in the coverage report. Closes #4.
-
ENH: mocov_find_files.m Add exclude patterns option
Will exclude matching directories and files from the list.
scottclowe committedFeb 22, 2016
Commits on Feb 1, 2016
-
BUG: Fix coverage calculation for empty files
For files with no executable lines, the coverage report should have a nominal 100% coverage rate. This is the behaviour of other coverage packages, such as those for Python. Previously, files without any executable lines would report a coverage of "NaN%", due to the division by 0.
-
BLD: Only run tests once on Shippable
Since the environment variable TRAVIS is set to "true" on Shippable, the command for Travis-CI should only be run if the SHIPPABLE value is not "true". Otherwise tests are run twice on Shippable.
-
MAINT: Change denumerator->denominator
"Denominator" is the correct English name for the bottom part of a fraction.
NewerOlder