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

Increase test coverage #266

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Increase test coverage #266

wants to merge 5 commits into from

Commits on Oct 5, 2017

  1. Increase test coverage

    Coverage was already around 80%, but I was able to clean some
    things up:
    
    * Always report coverage when running tests with 'make -k', even
      if some tests fail.
    * Use 'make -k' from Travis as well, rather than running different
      test commands there.
    * Get Javascript linting to pass again (including deleting a
      bootstrap.js file that was completely unused)
    * Add a few new tests.
    dpoirier committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    296e0ae View commit details
    Browse the repository at this point in the history
  2. Install jshint on Travis-CI

    dpoirier committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    771297f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ce50d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85b98d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4581d0 View commit details
    Browse the repository at this point in the history