Skip to content

Commit a6795ef

Browse files
committed
Reduce code coverage threshold
1 parent e3f443a commit a6795ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Pester:
5252
- tests/Unit
5353
ExcludeTag:
5454
Tag:
55-
CodeCoverageThreshold: 70
55+
CodeCoverageThreshold: 75
5656

5757
DscTest:
5858
OutputFormat: NUnitXML

source/Modules/FileContentDsc.Common/FileContentDsc.Common.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ function Get-IniSettingFileValue
962962
)
963963

964964
$fullPath = Resolve-Path -Path $Path
965-
Return [IniFile]::GetIniSetting($fullPath, $Section, $Key, '')
965+
return [IniFile]::GetIniSetting($fullPath, $Section, $Key, '')
966966
}
967967

968968
<#

0 commit comments

Comments
 (0)