An open API service indexing awesome lists of open source software.

https://github.com/javanile/lcov-sh-action


https://github.com/javanile/lcov-sh-action

bash

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# lcov-sh-action

[![coverage](https://ci.lcov.sh/javanile/lcov-sh-action/master/badge.svg)](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 }}
```