Skip to content

Commit de50dae

Browse files
committed
coveragerc
1 parent a3f4c46 commit de50dae

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

lambdas/redis_sync/.coveragerc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[report]
2+
omit =
3+
tests/*
4+
tests/*/*
5+
tests/*/*/*
6+
tests/test_*.py
7+
tests/*/test_*.py
8+
tests/*/*/test_*.py
9+
redis_sync/tests/*
10+
redis_sync/tests/*/*
11+
redis_sync/tests/*/*/*
12+
../shared/tests/*
13+
../shared/tests/*/*
14+
../shared/tests/*/*/*

0 commit comments

Comments
 (0)