https://github.com/GPflow/GPflow
Revision 40ce09bf127c8e46b84b2849a4b8421211bb0a99 authored by Artem Artemev on 13 August 2019, 22:28:12 UTC, committed by Artem Artemev on 13 August 2019, 22:28:12 UTC
1 parent 44989ec
Raw File
Tip revision: 40ce09bf127c8e46b84b2849a4b8421211bb0a99 authored by Artem Artemev on 13 August 2019, 22:28:12 UTC
Update circleci config
Tip revision: 40ce09b
.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