audit-labs/control-coverage
Control coverage and blind-spot analysis for audit evidence.
clone: git clone https://gitbay.org/audit-labs/control-coverage.git
v1.0.0: .gitignore · raw
1.venv
2venv
3
4# Python
5__pycache__/
6**/__pycache__/
7*.py[cod]
8*.egg-info/
9.pytest_cache/
10.ruff_cache/
11build/
12dist/
13
14# Generated output
15/coverage-out/
16soa.md
17soa.html
18coverage.md
19coverage.html
20coverage.json