Skip to content
Snippets Groups Projects
Select Git revision
  • 21cce32aae97526a9cb85361de0581a7655f8af3
  • master default protected
  • v1.1
  • operations
  • v1.1.2
  • v1.1.1
  • v1.1.0
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.0
  • v1.0.1
12 results

.coveragerc

Blame
  • Ronan Hamon's avatar
    Ronan Hamon authored
    2ba81264
    History
    .coveragerc 450 B
    [run]
    branch = True
    source = madarrays
    include = */madarrays/*
    omit =
        */setup.py
        */__init__.py
        */test_*
    
    
    [report]
    exclude_lines =
        pragma: no cover
        if self.debug:
        if settings.DEBUG
        raise AssertionError
        raise NotImplementedError
        if 0:
        if __name__ == .__main__.:
        if obj is None: return
        if verbose > 0:
        if self.verbose > 0:
        if verbose > 1:
        if self.verbose > 1:
        pass
        def __str__(self):