|
2 | 2 |
|
3 | 3 | #Coveralls GitHub Action |
4 | 4 |
|
5 | | -This GitHub Action posts your test suite'sLCOVcoverage data to[coveralls.io](https://coveralls.io/) for analysis, change tracking, and notifications. You don't need to add the repo to Coveralls first, it will be created when receiving the post. |
| 5 | +This GitHub Action posts your test suite's coverage data to[coveralls.io](https://coveralls.io/) for analysis, change tracking, and notifications. You don't need to add the repo to Coveralls first, it will be created when receiving the post. |
6 | 6 |
|
7 | 7 | When running on`pull_request` events, a comment will be added to the PR with details about how coverage will be affected if merged. |
8 | 8 |
|
|