Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobbubu/lcov-badge
https://github.com/jacobbubu/lcov-badge
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobbubu/lcov-badge
- Owner: jacobbubu
- License: mit
- Created: 2020-11-08T15:45:32.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T15:25:36.000Z (about 4 years ago)
- Last Synced: 2024-12-13T19:42:48.545Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 92.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# @jacobbubu/lcov-badge
[![Build Status](https://github.com/jacobbubu/lcov-badge/workflows/Build%20and%20Release/badge.svg)](https://github.com/jacobbubu/lcov-badge/actions?query=workflow%3A%22Build+and+Release%22)
[![Coverage Status](https://coveralls.io/repos/github/jacobbubu/lcov-badge/badge.svg)](https://coveralls.io/github/jacobbubu/lcov-badge)
[![npm](https://img.shields.io/npm/v/@jacobbubu/lcov-badge.svg)](https://www.npmjs.com/package/@jacobbubu/lcov-badge/)> Generate summarized coverage text from the lcov.info code coverage file.
# Intro.
This project was designed to make it easy for GitLab CI to extract the overall code coverage numbers and generate [coverage badges](https://docs.gitlab.com/ee/ci/pipelines/settings.html#test-coverage-parsing).
# Usage
```
lcov-badge path/to/lcov.info
```