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
|
# 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