https://github.com/GPflow/GPflow
Revision 0d0a0c0b19591d3ac511531c2062b97e96b348f8 authored by Artem Artemev on 17 June 2019, 10:34:40 UTC, committed by Artem Artemev on 17 June 2019, 10:34:40 UTC
1 parent 5351e4f
Raw File
Tip revision: 0d0a0c0b19591d3ac511531c2062b97e96b348f8 authored by Artem Artemev on 17 June 2019, 10:34:40 UTC
Update circle ci config
Tip revision: 0d0a0c0
.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