mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
🧪💄 Order settings in coveragerc (#15515)
This commit is contained in:
parent
b722f7003d
commit
1b1975a93b
14
.coveragerc
14
.coveragerc
@ -1,10 +1,3 @@
|
||||
[run]
|
||||
source = awx
|
||||
branch = True
|
||||
omit =
|
||||
awx/main/migrations/*
|
||||
awx/lib/site-packages/*
|
||||
|
||||
[report]
|
||||
# Regexes for lines to exclude from consideration
|
||||
exclude_lines =
|
||||
@ -27,5 +20,12 @@ exclude_lines =
|
||||
|
||||
ignore_errors = True
|
||||
|
||||
[run]
|
||||
branch = True
|
||||
omit =
|
||||
awx/main/migrations/*
|
||||
awx/lib/site-packages/*
|
||||
source = awx
|
||||
|
||||
[xml]
|
||||
output = ./reports/coverage.xml
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user