First of all, thanks for this project, itโs really nice ๐๐ป
Extremely cool that the action will add a comment to a PR with the coverage report. For large repos with lots of files, this report can be very long. This currently means that the comment in the PR can be very long too.
To mitigate this, we could hide the report by default, using the <details> disclosure element (which is supported by github markdown).
Iโve included a demo below.
Code Coverage Summary
```
Report goes here
```
Diff against main
Diff goes here
Code of Conduct
[X] I agree to follow this project's Code of Conduct.
Contribution Guidelines
[X] I agree to follow this project's Contribution Guidelines.
Security Policy
[X] I agree to follow this project's Security Policy.
Feature description
First of all, thanks for this project, itโs really nice ๐๐ป
Extremely cool that the action will add a comment to a PR with the coverage report. For large repos with lots of files, this report can be very long. This currently means that the comment in the PR can be very long too.
To mitigate this, we could hide the report by default, using the
<details>
disclosure element (which is supported by github markdown).Iโve included a demo below.
Code Coverage Summary
Diff against main
Code of Conduct
Contribution Guidelines
Security Policy