Skip to content

Commit 53b3d23

Browse files
committed
FIRST COMMIT: Swift Test: Add HTML coverage report
When executing tests, we often want to see a coverage report. This add an HTML option.
1 parent 99b5573 commit 53b3d23

File tree

4 files changed

+459
-30
lines changed

4 files changed

+459
-30
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
--project-title="output is tmp foo.bar"
2+
--tab-size=10
3+
--coverage-watermark=80,20
4+
--enable-vtable-value-profiling
5+
--show-branch-summary
6+
--show-region-summary
7+
--show-branches=percent
8+
--show-mcdc-summary
9+
--show-expansions
10+
--show-instantiations
11+
--show-regions
12+
--show-directory-coverage
13+
--show-line-counts
14+
15+
--output-dir=/tmp/foo.bar

0 commit comments

Comments
 (0)