DscResource.Tests icon indicating copy to clipboard operation
DscResource.Tests copied to clipboard

Created a helper script to build comment help based comments

Open kungfoome opened this issue 6 years ago • 3 comments

This is still not quite complete. Need to add some tests and clean some code up, but it's a start

Task list

  • [ ] Added an entry under the Unreleased section of the change log in the CHANGELOG.md. Entry should say what was changed, and how that affects users (if applicable).
  • [ ] Documentation added/updated in README.md.
  • [ ] Comment-based help added/updated for all new/changed functions.
  • [ ] Localization strings added/updated in all localization files as appropriate.
  • [ ] Unit tests added/updated.
  • [ ] New/changed code adheres to DSC Resource Style Guidelines and Best Practices.

This change is Reviewable

kungfoome avatar Jul 22 '19 12:07 kungfoome

Codecov Report

Merging #341 into dev will decrease coverage by 6%. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##            dev   #341    +/-   ##
====================================
- Coverage    79%    73%    -7%     
====================================
  Files        12     14     +2     
  Lines      1776   1921   +145     
  Branches      2      2            
====================================
  Hits       1420   1420            
- Misses      354    499   +145     
  Partials      2      2

codecov-io avatar Jul 22 '19 14:07 codecov-io

Awesome stuff @kungfu71186 - sorry I missed this! Will review this week.

PlagueHO avatar Aug 06 '19 06:08 PlagueHO

@kungfu71186 We should move this to the module DscResource.DocGenerator and create a build task for it (see other task in that module).

johlju avatar Feb 28 '20 19:02 johlju