Skip to content

Instantly share code, notes, and snippets.

@codecov-io
Last active July 16, 2021 20:39
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecov-io/bf15bde2c7db1a011b6e to your computer and use it in GitHub Desktop.
Save codecov-io/bf15bde2c7db1a011b6e to your computer and use it in GitHub Desktop.
[run]
branch = True
source = __YOUR_PROJECT_FOLDER__
[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*
@vkurgansky
Copy link

add coverage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment