feat(accessanalyzer): Check accessanalyzer_enabled_without_findings (#1359)

Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com>
Co-authored-by: Pepe Fagoaga <pepe@verica.io>
This commit is contained in:
Toni de la Fuente
2022-10-18 12:26:42 +02:00
committed by GitHub
parent e6cd7c838f
commit 1119ee54af
11 changed files with 460 additions and 52 deletions

View File

@@ -1,7 +1,7 @@
.DEFAULT_GOAL:=help
test: ## Test with pytest
pytest -n auto -vvv -s
pytest -n auto -vvv -s -x
coverage: ## Show Test Coverage
coverage run --skip-covered -m pytest -v && \