This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- pwsh -c "$testresult = Invoke-Pester -OutputFormat NUnitXml -OutputFile testresult.xml -CodeCoverage src/Utf8BomHeader.psm1 -PassThru; $p = [math]::floor(100 - (($testresult.CodeCoverage.NumberOfCommandsMissed / $testresult.CodeCoverage.NumberOfCommandsAnalyzed) * 100));(Get-Content $TextFilePath -Raw) -replace '!\[Test Coverage\].+\)', '' | Set-Content -Path README.md" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment