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

Create coverage report in Travis. #102

Merged
merged 3 commits into from Sep 17, 2015
Merged

Create coverage report in Travis. #102

merged 3 commits into from Sep 17, 2015

Commits on Sep 17, 2015

  1. Create coverage report in Travis.

    Generate nosetests script also under the 'test' name.  Then
    bin/createcoverage works.
    
    In Travis call the new correct script names:
    
    - The new bin/test is the old bin/nosetests.
    - The new bin/test-plone_addon is the old bin/test.
    
    Created bin/alltests script.  This runs bin/test, and the two
    test-plone_addon scripts.  We could call that in Travis too.
    
    Added initial simple test to show coverage in hooks.py.
    mauritsvanrees committed Sep 17, 2015
    Copy the full SHA
    780768e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f1a2178 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    88cefb5 View commit details
    Browse the repository at this point in the history