We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3773d9 commit 46f97c0Copy full SHA for 46f97c0
1 file changed
.github/workflows/publish_coverage_pr.yml
@@ -88,7 +88,7 @@ jobs:
88
const fs = require( 'fs' );
89
90
const prNumber = parseInt( process.env.PR_NUMBER, 10 );
91
- const report = fs.readFileSync( 'pr-metadata/report', 'utf8' );
+ const report = fs.readFileSync( 'pr-metadata/report', 'utf8' ).replace( /\\n/g, '\n' );
92
93
const { data: comments } = await github.rest.issues.listComments({
94
'issue_number': prNumber,
0 commit comments