mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
🧪 Use modern source_pkgs @ coveragerc (#15519)
This helps disambiguate main project code from the tests.
This commit is contained in:
parent
abdc669e50
commit
5315a2b194
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user