https://github.com/GPflow/GPflow
Revision 804c1a07750d6cafc2d49f9fcc06e2c49bfa109a authored by Artem Artemev on 17 June 2019, 18:19:12 UTC, committed by Artem Artemev on 17 June 2019, 18:19:12 UTC
1 parent cdcefff
Raw File
Tip revision: 804c1a07750d6cafc2d49f9fcc06e2c49bfa109a authored by Artem Artemev on 17 June 2019, 18:19:12 UTC
Modify CircleCI config
Tip revision: 804c1a0
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
    pragma: no cover
    def __repr__
    def __str__
    def _repr_html_
    def _html_table_rows
    if self.debug:
    if settings.DEBUG
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.:
    print
back to top