We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c3d57 commit 5cd5beeCopy full SHA for 5cd5bee
1 file changed
README.md
@@ -39,10 +39,15 @@ The location of the monrepo `packages` path
39
```yml
40
uses: romeovs/lcov-reporter-action@v0.2.16
41
with:
42
- github-token: ${{ secrets.GITHUB_TOKEN }}
43
- lcov-file: ./coverage/lcov.info
+ github-token: ${{ secrets.GITHUB_TOKEN }}
+ lcov-file: ./coverage/lcov.info
44
```
45
46
## Acknowledgements
47
48
-The initial code is based on [ziishaned/jest-reporter-action](https://github.com/ziishaned/jest-reporter-action).
+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