Remove extra comment in file that was causing bash errors.

This commit is contained in:
Jeff Geerling
2020-02-11 17:22:30 -06:00
parent 41f9aaa5e1
commit 426cf883ee

View File

@@ -22,7 +22,7 @@ if find tests/output/coverage/ -mindepth 1 -name '.*' -prune -o -print -quit | g
bash <(curl -s https://codecov.io/bash) \
-f "${file}" \
-F "${flags}" \
-t d6ff3062-7455-4de8-a8cb-55b3b1ddf5b2 \ # kubernetes
-t d6ff3062-7455-4de8-a8cb-55b3b1ddf5b2 \
-X coveragepy \
-X gcov \
-X fix \