Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brucegithub/coverage-guard
A tool to guard coverage
https://github.com/brucegithub/coverage-guard
Last synced: 15 days ago
JSON representation
A tool to guard coverage
- Host: GitHub
- URL: https://github.com/brucegithub/coverage-guard
- Owner: BruceGitHub
- License: mit
- Created: 2020-06-25T21:21:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T11:36:32.000Z (about 4 years ago)
- Last Synced: 2024-11-03T22:30:05.804Z (15 days ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coverage-guard
A tool to guard coverage## Motivation
I some case in not TDD SDLF the process to develop is
- write code that respect tha active task,
- write test.
- write test of new code parts,
- write test after some refactorIn a large code base it's difficult monitor if some critical aspect of production code was covered from test, functional, unit, or integration. So the percentage is the same but the lines coverage from the test no.
## Idea
The idea is to develop a tool for monitoring coverage of production code.To guard that a particular part of the code it's covered from the tests.
This tool may be shipped with docker so that each programming language it maybe use it.