@@ -47,16 +47,7 @@ The coverage information generated will look something like this:
47
47
│ └── my-test-1
48
48
│ └── my-test-1.tix
49
49
└── html
50
- ├── my-library-0.1.0.0
51
- │ ├── my-library-0.1.0.0-ERSaOroBZhe9awsoBkhmcV
52
- │ │ ├── My.Lib.Config.hs.html
53
- │ │ ├── My.Lib.Types.hs.html
54
- │ │ └── My.Lib.Util.hs.html
55
- │ ├── hpc_index_alt.html
56
- │ ├── hpc_index_exp.html
57
- │ ├── hpc_index_fun.html
58
- │ └── hpc_index.html
59
- └── my-test-1
50
+ └── my-library-0.1.0.0
60
51
├── my-library-0.1.0.0-ERSaOroBZhe9awsoBkhmcV
61
52
│ ├── My.Lib.Config.hs.html
62
53
│ ├── My.Lib.Types.hs.html
@@ -79,11 +70,6 @@ The coverage information generated will look something like this:
79
70
respective tix files.
80
71
- ` html/my-library-0.1.0.0/hpc_index.html ` contains coverage
81
72
information for the library, excluding any test modules.
82
- - ` html/my-test-1/hpc_index.html ` contains the coverage information
83
- that the test contributes to the library, excluding any test modules.
84
- - The library might have 100% coverage, 50% generated by test-1
85
- and 50% generated by test-2. The HTML reports for each test will
86
- only show 50% coverage, but the library will show 100% coverage.
87
73
88
74
### Project-wide reports
89
75
@@ -132,32 +118,14 @@ like this:
132
118
│ ├── hpc_index_exp.html
133
119
│ ├── hpc_index_fun.html
134
120
│ └── hpc_index.html
135
- ├── my-test-1
136
- │ ├── my-library-0.1.0.0-ERSaOroBZhe9awsoBkhmcV
137
- │ │ ├── My.Lib.Config.hs.html
138
- │ │ ├── My.Lib.Types.hs.html
139
- │ │ └── My.Lib.Util.hs.html
140
- │ ├── hpc_index_alt.html
141
- │ ├── hpc_index_exp.html
142
- │ ├── hpc_index_fun.html
143
- │ └── hpc_index.html
144
- ├── other-libray-0.1.0.0
145
- │ ├── other-library-0.1.0.0-48EVZBwW9Kj29VTaRMhBDf
146
- │ │ ├── Other.Lib.A.hs.html
147
- │ │ └── Other.Lib.B.hs.html
148
- │ ├── hpc_index_alt.html
149
- │ ├── hpc_index_exp.html
150
- │ ├── hpc_index_fun.html
151
- │ └── hpc_index.html
152
- ├── other-test-1
153
- │ ├── other-library-0.1.0.0-48EVZBwW9Kj29VTaRMhBDf
154
- │ │ ├── Other.Lib.A.hs.html
155
- │ │ └── Other.Lib.B.hs.html
156
- │ ├── hpc_index_alt.html
157
- │ ├── hpc_index_exp.html
158
- │ ├── hpc_index_fun.html
159
- │ └── hpc_index.html
160
- └── index.html
121
+ └── other-libray-0.1.0.0
122
+ ├── other-library-0.1.0.0-48EVZBwW9Kj29VTaRMhBDf
123
+ │ ├── Other.Lib.A.hs.html
124
+ │ └── Other.Lib.B.hs.html
125
+ ├── hpc_index_alt.html
126
+ ├── hpc_index_exp.html
127
+ ├── hpc_index_fun.html
128
+ └── hpc_index.html
161
129
```
162
130
163
131
All of the coverage information is copied verbatim from the coverage
0 commit comments