Skip to content

Commit 5c90ed7

Browse files
committed
Add coveragerc config file for running coverage reports
1 parent e279975 commit 5c90ed7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.coveragerc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[run]
2+
command_line = -m pytest
3+
branch = True
4+
source = cryptofeed
5+
omit =
6+
*__init__.py
7+
cryptofeed/util/perf.py

0 commit comments

Comments
 (0)