Branch: refs/heads/master
  Home:   https://github.com/pytest-dev/pytest
  Commit: f730291e67b8b5f27973b281b857ec293e7e349a
      
https://github.com/pytest-dev/pytest/commit/f730291e67b8b5f27973b281b857ec293e7e349a
  Author: Daniel Hahler <[email protected]>
  Date:   2018-08-29 (Wed, 29 Aug 2018)

  Changed paths:
    M .coveragerc
    M .travis.yml
    M tox.ini

  Log Message:
  -----------
  Travis: report coverage with all builds

- Skips pypy for coverage, reports only py37 to coveralls
- tox: allow for TOXENV=py37-coverage
- tracks coverage in subprocesses, using coverage-enable-subprocess, and
  parallel=1
- removes usedevelop with doctesting to match `--source` being used with
  coverage
- keep coveralls for now, used with AppVeyor


  Commit: 417516c3787a5de0df0abdcc51a47c40ea411d0d
      
https://github.com/pytest-dev/pytest/commit/417516c3787a5de0df0abdcc51a47c40ea411d0d
  Author: Daniel Hahler <[email protected]>
  Date:   2018-08-29 (Wed, 29 Aug 2018)

  Changed paths:
    M .travis.yml
    M tox.ini

  Log Message:
  -----------
  squash! Travis: report coverage with all builds

doctesting: remove changedir

With coverage 5 we could use COVERAGE_RCFILE to make it find the
.coveragerc, or we could add `--rcfile` to _PYTEST_TOX_COVERAGE_RUN, but
I've thought that this should not be the job that has to test if
`--pyargs` actually works.


  Commit: f0e852b4db6667e08c88bb4422f85e8e1de80b53
      
https://github.com/pytest-dev/pytest/commit/f0e852b4db6667e08c88bb4422f85e8e1de80b53
  Author: Bruno Oliveira <[email protected]>
  Date:   2018-08-30 (Thu, 30 Aug 2018)

  Changed paths:
    M .coveragerc
    M .travis.yml
    M tox.ini

  Log Message:
  -----------
  Merge pull request #2800 from blueyed/coverage

Travis: report coverage with all builds


Compare: 
https://github.com/pytest-dev/pytest/compare/338953a25db5...f0e852b4db66
      **NOTE:** This service has been marked for deprecation: 
https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.
_______________________________________________
pytest-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to