https://github.com/javanile/lcov-sh-action
https://github.com/javanile/lcov-sh-action
bash
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/javanile/lcov-sh-action
- Owner: javanile
- Created: 2020-07-06T11:02:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T07:11:47.000Z (almost 6 years ago)
- Last Synced: 2025-03-29T16:14:21.744Z (about 1 year ago)
- Topics: bash
- Language: Shell
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lcov-sh-action
[](https://ci.lcov.sh/javanile/lcov-sh-action/master)
A GitHub Action to push code coverage report to .
This action is useful to share with your team every code coverage results after for better review.
Usage:
```
- uses: javanile/ci-lcov-sh-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```