mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
🧪💄 Order settings in coveragerc (#15515)
This commit is contained in:
committed by
GitHub
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
|
||||
|
||||
Reference in New Issue
Block a user