🧪 Use modern source_pkgs @ coveragerc (#15519)

This helps disambiguate main project code from the tests.
This commit is contained in:
Sviatoslav Sydorenko (Святослав Сидоренко)
2024-09-14 03:11:28 +02:00
committed by GitHub
parent abdc669e50
commit 5315a2b194

View File

@@ -22,7 +22,10 @@ branch = True
omit =
awx/main/migrations/*
awx/lib/site-packages/*
source = awx
source =
.
source_pkgs =
awx
[xml]
output = ./reports/coverage.xml