All Projects → ChicagoFlutter → lcov-cop

ChicagoFlutter / lcov-cop

Licence: MIT license
A Github Action which helps enforce code coverage

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to lcov-cop

Github-Android-Action
Android Github Action that builds Android project, runs unit tests and generates debug APK, builds for Github Actions hackathon
Stars: ✭ 29 (+123.08%)
Mutual labels:  github-action, github-actions-ci, github-action-docker
changed-files
Github action to retrieve all (added, copied, modified, deleted, renamed, type changed, unmerged, unknown) files and directories.
Stars: ✭ 733 (+5538.46%)
Mutual labels:  github-action, github-actions-ci
cov
An emacs extension for displaying coverage data on your code
Stars: ✭ 65 (+400%)
Mutual labels:  coverage-data, lcov
action-github-workflow-sync
Github Action To Sync Github Action's Workflow Files Across Repositories
Stars: ✭ 51 (+292.31%)
Mutual labels:  github-action, github-action-docker
ticket-check-action
Verify that pull request titles start with a ticket ID
Stars: ✭ 29 (+123.08%)
Mutual labels:  github-action
github-action-wpe-site-deploy
A GitHub Action to deploy code directly to WP Engine.
Stars: ✭ 116 (+792.31%)
Mutual labels:  github-action
setup-bats
GitHub Action to setup BATS testing framework
Stars: ✭ 25 (+92.31%)
Mutual labels:  github-action
setup-jdk
(DEPRECATED) Set up your GitHub Actions workflow with a specific version of AdoptOpenJDK
Stars: ✭ 32 (+146.15%)
Mutual labels:  github-action
gh-action-get-changed-files
GitHub Action that saves changed files as JSON for use by other actions.
Stars: ✭ 82 (+530.77%)
Mutual labels:  github-actions-ci
deploy-to-vercel-action
🎬▲ Deploy your project to Vercel using GitHub Actions. Supports PR previews and GitHub deployments.
Stars: ✭ 84 (+546.15%)
Mutual labels:  github-actions-ci
find-comment
A GitHub action to find an issue or pull request comment
Stars: ✭ 81 (+523.08%)
Mutual labels:  github-action
aws-assume-role
GitHub action to assume subsequent AWS roles
Stars: ✭ 22 (+69.23%)
Mutual labels:  github-action
action-netlify-deploy
🙌 Netlify deployments via GitHub actions
Stars: ✭ 32 (+146.15%)
Mutual labels:  github-action
slsa-provenance-action
Github Action implementation of SLSA Provenance Generation
Stars: ✭ 34 (+161.54%)
Mutual labels:  github-action
codeowners-validator
The GitHub CODEOWNERS file validator
Stars: ✭ 142 (+992.31%)
Mutual labels:  github-action
migu-sign
咪咕爱看签到获流量话费,通过 github action 来实现自动签到。
Stars: ✭ 20 (+53.85%)
Mutual labels:  github-action
org-audit-action
GitHub Action that provides an Organization Membership Audit
Stars: ✭ 34 (+161.54%)
Mutual labels:  github-action
drift-server
Drift server
Stars: ✭ 19 (+46.15%)
Mutual labels:  coverage-testing
mpv-winbuild
Use Github Action to build mpv for Windows with latest commit.
Stars: ✭ 78 (+500%)
Mutual labels:  github-action
react-testing-mocha-chai-enzyme
A solid test setup for React components with Mocha, Chai, Sinon, Enzyme in a Webpack/Babel application.
Stars: ✭ 48 (+269.23%)
Mutual labels:  coverage-testing

⚠️ ⚠️ ⚠️
This project has been deprecated in favor of Very Good Coverage.
Please migrate to Very Good Coverage for continued support and improvements.

lcov cop

A Github Action which helps enforce a minimum code coverage threshold.

Inputs

path

Optional The path to the lcov.info file.

Default ./coverage/lcov.info

min_coverage

Optional The minimum coverage percentage allowed.

Default 100

exclude

Optional paths to exclude from coverage

Example usage

uses: ChicagoFlutter/[email protected]
with:
  path: "./coverage/lcov.info"
  min_coverage: 95
  exclude: "**/*.g.dart **/l10n/*.dart"
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].