Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: properly format the PR coverage report comment #1586

Merged
merged 5 commits into from
Dec 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: add line breaks
danielbate committed Dec 22, 2023
commit 97196fc95aa523411268e2ba920b957801b4e530
4 changes: 3 additions & 1 deletion scripts/tests-coverage-diff.ts
Original file line number Diff line number Diff line change
@@ -14,9 +14,11 @@ const getDiff = () => {
const report = `
***Coverage Report:***
${resultsSections[1]}
<br/>

<details>

<summary>Changed Files:</summary>

${resultsSections[0]}
</details>
`;