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 coverage to the project reports. #2766

Merged
merged 19 commits into from
Nov 23, 2018

Commits on Nov 22, 2018

  1. Add coverage to the project reports.

    Travis-CI configuration was updated to use build stages.
    The build matrix was moved to the test stage, and extra
    configuration for coverage.py and codacy were added.
    kinow authored and Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    3df6a95 View commit details
    Browse the repository at this point in the history
  2. Move unit tests to under a tests folder/package

    kinow authored and Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    d8e3f4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87522aa View commit details
    Browse the repository at this point in the history
  4. Combine coverage reports

    Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    b7762fc View commit details
    Browse the repository at this point in the history
  5. Execute unit tests (cheaper) before functional tests (expensive)

    Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    b53a309 View commit details
    Browse the repository at this point in the history
  6. restore python 2 compatability

    oliver-sanders authored and Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    8e6002a View commit details
    Browse the repository at this point in the history
  7. move doctests into cylc.tests

    oliver-sanders authored and Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    580ae32 View commit details
    Browse the repository at this point in the history
  8. Move unit tests under one single env

    Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    0dc1c95 View commit details
    Browse the repository at this point in the history
  9. Ignore parsec tests in sources

    kinow authored and Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    3b5dd62 View commit details
    Browse the repository at this point in the history
  10. Append when combining coverage

    kinow authored and Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    513f87e View commit details
    Browse the repository at this point in the history
  11. Fix pycodestyle issues

    Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    8e92ed3 View commit details
    Browse the repository at this point in the history
  12. Ignore files related to profiling, gui, and deprecated in py3

    Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    ebd8504 View commit details
    Browse the repository at this point in the history
  13. Include pytest.ini, and execute all doctest tests with pytest

    Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    9c46ccc View commit details
    Browse the repository at this point in the history
  14. Remove doctest initialization code (now in pytest)

    Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    65e2d49 View commit details
    Browse the repository at this point in the history
  15. Move coverage arguments to Travis-CI only, and s/py.test/pytest

    Bruno P. Kinoshita committed Nov 22, 2018
    Configuration menu
    Copy the full SHA
    3b8fcb4 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2018

  1. Rename test_scheduler.py to test_host_appointer_py, and move tests ou…

    …t of host_appointer.py
    Bruno P. Kinoshita committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    ae2b2f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e59a2ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9316cdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb11c90 View commit details
    Browse the repository at this point in the history