File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,15 @@ The location of the monrepo `packages` path
39
39
``` yml
40
40
uses : romeovs/lcov-reporter-action@v0.2.16
41
41
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
44
44
` ` `
45
45
46
46
## Acknowledgements
47
47
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)
You can’t perform that action at this time.
0 commit comments