Revision 09231407662aef2516d98c5e00378e01f687ee34 authored by sc336 on 24 January 2023, 13:44:51 UTC, committed by GitHub on 24 January 2023, 13:44:51 UTC
Squash merge master into develop. Co-authored-by: sc336 <s.chiu.00@gmail.com> Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com> Co-authored-by: John Mcleod <43960404+johnamcleod@users.noreply.github.com> Co-authored-by: Jesper Nielsen <44195043+jesnie@users.noreply.github.com> Co-authored-by: Chris Morter <chris@prowler.io>
1 parent 6f07af5
.coveragerc
[report]
omit = *tests*, setup.py
exclude_lines =
pragma: no cover
def __repr__
def __str__
def _repr_html_
def _repr_pretty_
if self.debug:
if settings.DEBUG
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:
print
Computing file changes ...