Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samvloeberghs/karma-coverage-git-pre-commit-hook

A git pre commit hook to check coverage in karma
https://github.com/samvloeberghs/karma-coverage-git-pre-commit-hook

Last synced: 21 days ago
JSON representation

A git pre commit hook to check coverage in karma

Awesome Lists containing this project

README

        

# karma-coverage-git-pre-commit-hook

This is a pre-commit hook designed for Karma test coverages.
It checks all files' statements, branches, functions and lines to check if they have a certain amount of coverage (%).

## How to use git hooks

You can find a some nice explanations about git hooks on this page: [http://githooks.com/](http://githooks.com/)