seawolf2357 commited on
Commit
f0bff6f
·
verified ·
1 Parent(s): d22f5e4

Upload .coveragerc with huggingface_hub

Browse files
Files changed (1) hide show
  1. .coveragerc +17 -0
.coveragerc ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [run]
2
+ branch = True
3
+ source = hwp5
4
+
5
+ [paths]
6
+ source =
7
+ src/hwp5
8
+ .tox/*/lib/python*/site-packages/hwp5
9
+ .tox/pypy*/site-packages/hwp5
10
+
11
+
12
+ [html]
13
+ directory = build/coverage.html
14
+
15
+
16
+ [xml]
17
+ output = build/coverage.xml