Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
b3b00 authored Oct 18, 2022
1 parent 0bc40e4 commit 850e905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ try {
);
}

core.setOutput("coverageFile", coverageFile);
echo `coverageFile=${coverageFile}` >> $GITHUB_OUTPUT
//core.setOutput("coverageFile", coverageFile);

console.log("coverlet test done.");
} catch (error) {
Expand Down

0 comments on commit 850e905

Please sign in to comment.