mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Debug: Size of coverage file (#50380)
This commit is contained in:
@@ -88,6 +88,8 @@ function cleanup
|
||||
# upload coverage report to codecov.io only when using complete on-demand coverage
|
||||
if [ "${COVERAGE}" ] && [ "${CHANGED}" == "" ]; then
|
||||
for file in test/results/reports/coverage=*.xml; do
|
||||
ls -l "${file}"
|
||||
|
||||
flags="${file##*/coverage=}"
|
||||
flags="${flags%.xml}"
|
||||
flags="${flags//=/,}"
|
||||
|
||||
Reference in New Issue
Block a user