Skip to content

Commit c1b41ea

Browse files
authored
as per #144. There is an initial flicker. To look at again when do custom report (#204)
1 parent 953e73b commit c1b41ea

File tree

4 files changed

+482
-0
lines changed

4 files changed

+482
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ ThresholdForCyclomaticComplexity When [cyclomatic complexity](https://en.wikip
128128
ThresholdForNPathComplexity When [npath complexity](https://en.wikipedia.org/wiki/Cyclomatic_complexity) exceeds this value for a method then the method will be present in the risk hotspots tab. OpenCover only.
129129
ThresholdForCrapScore When [crap score](https://testing.googleblog.com/2011/02/this-code-is-crap.html) exceeds this value for a method then the method will be present in the risk hotspots tab. OpenCover only.
130130
131+
StickyCoverageTable Set to true for coverage table to have a sticky thead.
132+
131133
RunSettingsOnly Specify false for global and project options to be used for coverlet data collector configuration elements when not specified in runsettings
132134
CoverletCollectorDirectoryPath Specify path to directory containing coverlet collector files if you need functionality that the FCC version does not provide.
133135

0 commit comments

Comments
 (0)