Skip to content

Commit

Permalink
as per #144. There is an initial flicker. To look at again when do cu…
Browse files Browse the repository at this point in the history
…stom report (#204)
  • Loading branch information
tonyhallett authored Nov 16, 2021
1 parent 953e73b commit c1b41ea
Show file tree
Hide file tree
Showing 4 changed files with 482 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,8 @@ ThresholdForCyclomaticComplexity When [cyclomatic complexity](https://en.wikip
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.
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.
StickyCoverageTable Set to true for coverage table to have a sticky thead.
RunSettingsOnly Specify false for global and project options to be used for coverlet data collector configuration elements when not specified in runsettings
CoverletCollectorDirectoryPath Specify path to directory containing coverlet collector files if you need functionality that the FCC version does not provide.
Expand Down
Loading

0 comments on commit c1b41ea

Please sign in to comment.