mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 01:47:35 -02:30
🧪 Use modern source_pkgs @ coveragerc (#15519)
This helps disambiguate main project code from the tests.
This commit is contained in:
committed by
GitHub
parent
abdc669e50
commit
5315a2b194
@@ -22,7 +22,10 @@ branch = True
|
|||||||
omit =
|
omit =
|
||||||
awx/main/migrations/*
|
awx/main/migrations/*
|
||||||
awx/lib/site-packages/*
|
awx/lib/site-packages/*
|
||||||
source = awx
|
source =
|
||||||
|
.
|
||||||
|
source_pkgs =
|
||||||
|
awx
|
||||||
|
|
||||||
[xml]
|
[xml]
|
||||||
output = ./reports/coverage.xml
|
output = ./reports/coverage.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user