This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
aiosocks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
exclude test_utils from coverage
main
nibrag
7 years ago
parent
62c80953c4
commit
e4cfa0b40d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.coveragerc
+ 1
- 1
.coveragerc
View File
@@ -1,7 +1,7 @@
[run]
branch = True
source = aiosocks, tests
omit = site-packages
omit = site-packages
,aiosocks/test_utils.py
[html]
directory = coverage
Write
Preview
Loading…
Cancel
Save