Skip to content

Commit

Permalink
chore: set up Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandobrito committed May 26, 2023
1 parent c33aca2 commit 9302178
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[run]
branch = True
source = dbttoolkit

[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
tests/*

0 comments on commit 9302178

Please sign in to comment.