History for MOcov/MOcov
Commits on May 8, 2017
Commits on Dec 18, 2016
-
ENH: Add minimal classdef support for MOcovMFile
Avoid prepending `mocov_line_covered` to: - `classdef`; - `properties` and `methods` section opening statements; - inside the entire `properties` section, since a limited subset of the M-file syntax is allowed.
Commits on Jul 27, 2016
-
-
nno committed
Jul 27, 2016 -
RF: always set exclude pattern
nno committedJul 27, 2016 -
ENH: support TRAVIS_PARALLEL environmental variable
nno committedJul 27, 2016
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.
-
MAINT: Change denumerator->denominator
"Denominator" is the correct English name for the bottom part of a fraction.
Commits on Jan 25, 2016
-
nno committed
Dec 17, 2015
Commits on Dec 17, 2015
-
nno committed
Dec 17, 2015
NewerOlder