Commit e6f2678
authored
fix(ci): Correctly handle multiline output in coverage comment (#79)
The previous method of setting the GitHub Actions output variable was
failing due to special characters and multiline strings in the output of
the python script. This change uses a heredoc to correctly handle the
multiline output.
AI-assisted-by: Gemini 2.5 Pro1 parent dbdcde1 commit e6f2678
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
365 | 369 | | |
366 | 370 | | |
367 | 371 | | |
| |||
0 commit comments