Skip to content

Commit 08fb316

Browse files
Merge pull request #45 from nordlow/cov-ctfe
Document new build types wrapping -cov=ctfe
2 parents 339f240 + b08be6d commit 08fb316

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

views/package_format_json.dt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,10 @@ block body
518518
td "coverage"
519519
td Enable code coverage analysis
520520
td -cov
521+
tr
522+
td "coverageCTFE"
523+
td Enable code coverage analysis (including code executed at compile-time via CTFE)
524+
td -cov=ctfe
521525
tr
522526
td "debugInfo"
523527
td Enable symbolic debug information
@@ -723,9 +727,15 @@ block body
723727
tr
724728
td cov
725729
td <code>["coverage", "debugInfo"]</code>
730+
tr
731+
td cov-ctfe
732+
td <code>["coverageCTFE", "debugInfo"]</code>
726733
tr
727734
td unittest-cov
728735
td <code>["unittests", "coverage", "debugMode", "debugInfo"]</code>
736+
tr
737+
td unittest-cov-ctfe
738+
td <code>["unittests", "coverageCTFE", "debugMode", "debugInfo"]</code>
729739
tr
730740
td syntax
731741
td <code>["syntaxOnly"]</code>

views/package_format_sdl.dt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,6 +500,10 @@ block body
500500
td "coverage"
501501
td Enable code coverage analysis
502502
td -cov
503+
tr
504+
td "coverageCTFE"
505+
td Enable code coverage analysis (including code executed at compile-time via CTFE)
506+
td -cov=ctfe
503507
tr
504508
td "debugInfo"
505509
td Enable symbolic debug information
@@ -691,9 +695,15 @@ block body
691695
tr
692696
td cov
693697
td <code>"coverage" "debugInfo"</code>
698+
tr
699+
td cov-ctfe
700+
td <code>["coverageCTFE", "debugInfo"]</code>
694701
tr
695702
td unittest-cov
696703
td <code>"unittests" "coverage" "debugMode" "debugInfo"</code>
704+
tr
705+
td unittest-cov-ctfe
706+
td <code>["unittests", "coverageCTFE", "debugMode", "debugInfo"]</code>
697707
tr
698708
td syntax
699709
td <code>"syntaxOnly"</code>

0 commit comments

Comments
 (0)