File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed
Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 44
55- Enabled PSSA rule violations to fail build - Fixes [ Issue #6 ] ( https://github.com/PlagueHO/FileContentDsc/issues/6 ) .
66- Updated tests to meet Pester v4 standard.
7+ - Added Open Code of Conduct.
78
89## 1.0.0.0
910
File renamed without changes.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The **FileContent** module contains the following resources:
1212
1313** This project is not maintained or supported by Microsoft.**
1414
15- This project has adopted this [ Open Source Code of Conduct] ( CODEOFCONDUCT .md) .
15+ This project has adopted this [ Open Source Code of Conduct] ( CODE_OF_CONDUCT .md) .
1616
1717This module should meet the [ PowerShell DSC Resource Kit High Quality Resource
1818Module Guidelines] ( https://github.com/PowerShell/DscResources/blob/master/HighQualityModuleGuidelines.md ) .
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ test_script:
2626 Invoke-AppveyorTestScriptTask `
2727 -Type 'Harness' `
2828 -MainModulePath $mainModuleFolder `
29+ -CodeCoverage `
2930 -CodeCovIo
3031
3132# ---------------------------------#
You can’t perform that action at this time.
0 commit comments