Skip to content

Commit 47514bd

Browse files
authored
Update README.md
1 parent f1a1382 commit 47514bd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,15 @@ jobs:
285285
prnumber: ${{ steps.findPr.outputs.number }}
286286
```
287287

288+
## Customizing report title
289+
290+
If you're running this action multiple times (for instance, when dealing with monorepos), you'll need to distinguish reports from different runs. To do so, you can use the `custom-title` property:
291+
292+
```yaml
293+
with:
294+
custom-title: Coverage report for backend
295+
```
296+
288297
## Contributing
289298

290299
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

0 commit comments

Comments
 (0)