Skip to content

Commit a6ba2b0

Browse files
authored
Merge pull request #9 from PlagueHO/dev
Release to Master
2 parents 5e38a56 + 92ce6ef commit a6ba2b0

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1717
This module should meet the [PowerShell DSC Resource Kit High Quality Resource
1818
Module Guidelines](https://github.com/PowerShell/DscResources/blob/master/HighQualityModuleGuidelines.md).

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ test_script:
2626
Invoke-AppveyorTestScriptTask `
2727
-Type 'Harness' `
2828
-MainModulePath $mainModuleFolder `
29+
-CodeCoverage `
2930
-CodeCovIo
3031
3132
#---------------------------------#

0 commit comments

Comments
 (0)