Skip to content

Commit 5cd5bee

Browse files
authored
update readme acknowledgements (#5)
1 parent e4c3d57 commit 5cd5bee

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,15 @@ The location of the monrepo `packages` path
3939
```yml
4040
uses: romeovs/lcov-reporter-action@v0.2.16
4141
with:
42-
github-token: ${{ secrets.GITHUB_TOKEN }}
43-
lcov-file: ./coverage/lcov.info
42+
github-token: ${{ secrets.GITHUB_TOKEN }}
43+
lcov-file: ./coverage/lcov.info
4444
```
4545
4646
## Acknowledgements
4747
48-
The initial code is based on [ziishaned/jest-reporter-action](https://github.com/ziishaned/jest-reporter-action).
48+
The initial code is based on [romeovs/lcov-reporter-action](https://github.com/romeovs/lcov-reporter-action).
49+
50+
Thanks to:
51+
52+
- [ziishaned/jest-reporter-action](https://github.com/ziishaned/jest-reporter-action)
53+
- [slavcodev/coverage-monitor-action](https://github.com/slavcodev/coverage-monitor-action)

0 commit comments

Comments
 (0)