mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Debug: Size of coverage file (#50380)
This commit is contained in:
parent
9fb4e24660
commit
e6ced9c73f
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ function cleanup
|
||||||
# upload coverage report to codecov.io only when using complete on-demand coverage
|
# upload coverage report to codecov.io only when using complete on-demand coverage
|
||||||
if [ "${COVERAGE}" ] && [ "${CHANGED}" == "" ]; then
|
if [ "${COVERAGE}" ] && [ "${CHANGED}" == "" ]; then
|
||||||
for file in test/results/reports/coverage=*.xml; do
|
for file in test/results/reports/coverage=*.xml; do
|
||||||
|
ls -l "${file}"
|
||||||
|
|
||||||
flags="${file##*/coverage=}"
|
flags="${file##*/coverage=}"
|
||||||
flags="${flags%.xml}"
|
flags="${flags%.xml}"
|
||||||
flags="${flags//=/,}"
|
flags="${flags//=/,}"
|
||||||
|
|
Loading…
Reference in a new issue