mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
119b65f919
commit
721a28202e
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ 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//=/,}"
|
||||
|
|
Loading…
Reference in a new issue