Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/samvloeberghs/karma-coverage-git-pre-commit-hook
- Owner: samvloeberghs
- Created: 2015-11-06T10:43:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-06T14:32:27.000Z (about 9 years ago)
- Last Synced: 2024-04-09T14:59:42.880Z (9 months ago)
- Language: Shell
- Homepage: https://github.com/samvloeberghs/karma-coverage-git-pre-commit-hook
- Size: 0 Bytes
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)