Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test coverage #183

Merged
merged 2 commits into from
Dec 25, 2015
Merged

Add test coverage #183

merged 2 commits into from
Dec 25, 2015

Commits on Dec 25, 2015

  1. Add coverage support to travis

    fixes #173
    saulshanabrook committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    e605b7f View commit details
    Browse the repository at this point in the history
  2. Don't test tozier's problems, breaks coverage

    If we test these files, they import his problem files which breaks
    running test coverage
    (https://travis-ci.org/lspector/Clojush/builds/98748412#L496).
    
    We also can't just ignore them, because the cloverage arguments
    for filtering tests don't seem to be working
    (cloverage/cloverage#91).
    saulshanabrook committed Dec 25, 2015
    Configuration menu
    Copy the full SHA
    bdf0531 View commit details
    Browse the repository at this point in the history