This website works better with JavaScript
Home
Explore
Help
Sign In
bux
/
tracim
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add coveralls.io support
Damien ACCORSI
10 years ago
parent
24f8bc1f0b
commit
de07cef7ec
1 changed files
with
5 additions
and
0 deletions
Split View
Show Diff Stats
5
0
.coveragerc
+ 5
- 0
.coveragerc
View File
@@ -0,0 +1,5 @@
1
+[report]
2
+omit =
3
+tests/*
4
+*/python?.?/*
5
+*/site-packages/nose/*