Skip to content

Commit 9010f19

Browse files
authored
Merge branch 'main' into lazebnyi/add-combined-extractor
2 parents c452c67 + 0d05b2e commit 9010f19

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)