Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 6245faf

Browse files
committed
coverage should only be CloudFlare/*.py files
1 parent 6c309ec commit 6245faf

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

‎.coveragerc‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[run]
2+
omit = CloudFlare/tests/*
3+
4+
[report]
5+
exclude_also =
6+
def __repr__
7+
self.logger

0 commit comments

Comments
 (0)