Skip to content

Commit 0d05b2e

Browse files
authored
fix: remove unit_tests directory from coverage report and add handling of tmp files (#557)
1 parent fa8d54d commit 0d05b2e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.coveragerc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ omit =
99

1010
# omit as unimplemented
1111
airbyte_cdk/base_python/cdk/streams/auth/jwt.py
12+
13+
# omit temporary files and test files
14+
/tmp/tmp*.py
15+
unit_tests/*
16+
17+
[paths]
18+
# Reconcile file paths
19+
source =
20+
./
21+
/tmp/

0 commit comments

Comments
 (0)