Permalink
Switch branches/tags
Nothing to show
Commits on Feb 26, 2016
Commits on Feb 22, 2016
  1. 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.
    scottclowe committed Feb 22, 2016
  2. ENH: mocov_find_files.m Add exclude patterns option

    Will exclude matching directories and files from the list.
    scottclowe committed Feb 22, 2016
Commits on Feb 1, 2016
  1. 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.
    scottclowe committed Feb 1, 2016
  2. 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.
    scottclowe committed Feb 1, 2016
  3. MAINT: Change denumerator->denominator

    "Denominator" is the correct English name for the bottom part of
    a fraction.
    scottclowe committed Feb 1, 2016