|
| file | cli.py |
| | Contains the console API for Vigilance.
|
| |
| file | configuration.py |
| | Contains functionality for reading Vigilance configurations.
|
| |
| file | constraint.py |
| | Contains definitions of code coverage constraints.
|
| |
| file | parser.py |
| | Contains functionality for reading coverage output and parsing it into the Vigilance internal representation.
|
| |
| file | representation.py |
| | Contains data structures to normalize the representation of code quality metrics independent of the tool used to generate them.
|
| |
| file | suite.py |
| | Contains glue that relates all vigilance concepts together into "quality suites".
|
| |