Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
olduh29 committed Oct 8, 2021
1 parent 9ed0bd5 commit b6feb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ try {
try {

var dotnet = execSync(`dotnet test -c Debug ${msbuild}`);
var dotnetOutput = ab2str(dotnet.output);
var dotnetOutput = ab2str(dotnet);
var coverage = extractCoverage(dotnetOutput.split('\n'));
if (coverage < parseFloat(thresholdstring)) {
core.setFailed(`coverage level too low : ${coverage} % , expecting ${thresholdstring} %`);
Expand Down

0 comments on commit b6feb6f

Please sign in to comment.