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

Integrating Coverage.py with cesium #211

Merged
merged 14 commits into from
Nov 14, 2016
Merged

Commits on Oct 31, 2016

  1. updated .travis.yml file to run codecov after travis.ci build passes,…

    … and added .coveragerc file to limit files checked by coverage.py
    Ananth Ravi Kumar committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    7e1bc8c View commit details
    Browse the repository at this point in the history
  2. updated requirements.txt to include coverage

    Ananth Ravi Kumar committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    2e67945 View commit details
    Browse the repository at this point in the history
  3. added in command that will show lines not tested by coverage.py

    Ananth Ravi Kumar committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    7b7d02e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

  1. fixing coverage to work only on python 3.4/3.5

    Ananth Ravi Kumar committed Nov 8, 2016
    Configuration menu
    Copy the full SHA
    45f1dee View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2016

  1. fixing bug that would cause test suite to run twice

    Ananth Ravi Kumar committed Nov 10, 2016
    Configuration menu
    Copy the full SHA
    938bcba View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2016

  1. removing redundant lines as per comments

    Ananth Ravi Kumar committed Nov 13, 2016
    Configuration menu
    Copy the full SHA
    3dd0f86 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. re-added codecov to 'after success' portion of travis.yml

    Ananth Ravi Kumar committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    4b2d03b View commit details
    Browse the repository at this point in the history
  2. updating travis_install to install coverage

    Ananth Ravi Kumar committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    6642f02 View commit details
    Browse the repository at this point in the history
  3. removing excess items from matrix

    Ananth Ravi Kumar committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    999f7d5 View commit details
    Browse the repository at this point in the history
  4. fixing coverage installation

    Ananth Ravi Kumar committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    c871693 View commit details
    Browse the repository at this point in the history
  5. fixing wrong pip install

    Ananth Ravi Kumar committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    afa1c45 View commit details
    Browse the repository at this point in the history
  6. fixing syntax error in script

    Ananth Ravi Kumar committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    ea255d2 View commit details
    Browse the repository at this point in the history
  7. fixing spaces

    Ananth Ravi Kumar committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    d109b71 View commit details
    Browse the repository at this point in the history
  8. fixing more spacing

    Ananth Ravi Kumar committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    1a318a4 View commit details
    Browse the repository at this point in the history