[Checkins] [zopefoundation/zope.interface] 3a1a26: Enable combined coverage reports under tox and bra...

GitHub noreply at github.com
Thu Jun 15 00:26:17 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.interface
  Commit: 3a1a264e6dc116c620153d2b691d5668dfaee9a4
      https://github.com/zopefoundation/zope.interface/commit/3a1a264e6dc116c620153d2b691d5668dfaee9a4
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
    M .coveragerc
    M .gitignore
    M src/zope/interface/_compat.py
    M src/zope/interface/adapter.py
    M src/zope/interface/advice.py
    M src/zope/interface/declarations.py
    M src/zope/interface/interface.py
    M src/zope/interface/tests/advisory_testing.py
    M src/zope/interface/tests/odd.py
    M src/zope/interface/tests/test_adapter.py
    M src/zope/interface/tests/test_declarations.py
    M src/zope/interface/tests/test_exceptions.py
    M src/zope/interface/tests/test_interface.py
    M src/zope/interface/tests/test_odd_declarations.py
    M src/zope/interface/verify.py
    M tox.ini

  Log Message:
  -----------
  Enable combined coverage reports under tox and branch coverage

Fixes #91

Remove many (or most) now-redundant 'pragma: no cover'.

A few minor test changes to get full branch coverage.


  Commit: 06ba12901c21a289670a8d6ae1c2127950d03422
      https://github.com/zopefoundation/zope.interface/commit/06ba12901c21a289670a8d6ae1c2127950d03422
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
    M src/zope/interface/declarations.py
    M src/zope/interface/tests/test_odd_declarations.py

  Log Message:
  -----------
  cleanups requested by @tseaver: remove assert from _implements since all its callers already do this guard; be more explicit about ClassType in test_odd_declarations


  Commit: 50a9193fea1e5873c59bf0add2e1ddca80c1bcf4
      https://github.com/zopefoundation/zope.interface/commit/50a9193fea1e5873c59bf0add2e1ddca80c1bcf4
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-06-14 (Wed, 14 Jun 2017)

  Changed paths:
    M .coveragerc
    M .gitignore
    M src/zope/interface/_compat.py
    M src/zope/interface/adapter.py
    M src/zope/interface/advice.py
    M src/zope/interface/declarations.py
    M src/zope/interface/interface.py
    M src/zope/interface/tests/advisory_testing.py
    M src/zope/interface/tests/odd.py
    M src/zope/interface/tests/test_adapter.py
    M src/zope/interface/tests/test_declarations.py
    M src/zope/interface/tests/test_exceptions.py
    M src/zope/interface/tests/test_interface.py
    M src/zope/interface/tests/test_odd_declarations.py
    M src/zope/interface/verify.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #95 from zopefoundation/combined-coverage

Enable combined coverage reports under tox and branch coverage


Compare: https://github.com/zopefoundation/zope.interface/compare/0a5571539d46...50a9193fea1e


More information about the checkins mailing list