Skip to content
Snippets Groups Projects
Select Git revision
  • a3250e03b959a8e3868a6b1b2fafd8068dcfffad
  • main default protected
  • CICD_Fix_kr
  • Kelvinrr-patch-2
  • Kelvinrr-patch-1
  • docs_workflow
  • read_gpf_changelog
  • read_gpf_gxp_hybrid
  • ci_py_version
  • 1.6.0
  • v1.5.5
  • v1.5.4
  • v1.5.3
  • v1.5.2
  • v1.5.0
  • v1.5.1
  • v1.4.0
  • v1.3.0
  • 1.2.5
  • 1.2.4
  • 1.2.3
  • 1.2.2
  • 1.2.0
  • 1.1.0
  • 1.0.2
  • 1.0.1
  • 1.0.0
27 results

.coveragerc

Blame
  • .coveragerc 245 B
    [run]
    source = plio
    [report]
    omit =
        */ControlNetFileV0002_pb2.py
        */sqlalchemy_json/*
        */tests/*
    exclude_lines =
        pragma: no cover
        def __repr__
        raise AssertionError
        raise NotImplementedError
        if __name__ == __main__: