mirror of
https://github.com/ansible-collections/kubernetes.core.git
synced 2026-05-07 21:42:38 +00:00
Issue #15: Add code coverage reporting token.
This commit is contained in:
@@ -22,7 +22,7 @@ if find tests/output/coverage/ -mindepth 1 -name '.*' -prune -o -print -quit | g
|
|||||||
bash <(curl -s https://codecov.io/bash) \
|
bash <(curl -s https://codecov.io/bash) \
|
||||||
-f "${file}" \
|
-f "${file}" \
|
||||||
-F "${flags}" \
|
-F "${flags}" \
|
||||||
-t TODO \ # kubernetes
|
-t d6ff3062-7455-4de8-a8cb-55b3b1ddf5b2 \ # kubernetes
|
||||||
-X coveragepy \
|
-X coveragepy \
|
||||||
-X gcov \
|
-X gcov \
|
||||||
-X fix \
|
-X fix \
|
||||||
|
|||||||
Reference in New Issue
Block a user