mirror of
https://github.com/ansible/awx.git
synced 2026-04-14 06:29:25 -02: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]
|
[report]
|
||||||
# Regexes for lines to exclude from consideration
|
# Regexes for lines to exclude from consideration
|
||||||
exclude_lines =
|
exclude_lines =
|
||||||
@@ -27,5 +20,12 @@ exclude_lines =
|
|||||||
|
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
|
||||||
|
[run]
|
||||||
|
branch = True
|
||||||
|
omit =
|
||||||
|
awx/main/migrations/*
|
||||||
|
awx/lib/site-packages/*
|
||||||
|
source = awx
|
||||||
|
|
||||||
[xml]
|
[xml]
|
||||||
output = ./reports/coverage.xml
|
output = ./reports/coverage.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user