Issue #15: Add code coverage reporting token.

This commit is contained in:
Jeff Geerling
2020-02-11 17:18:42 -06:00
parent a21f8c4d6b
commit 41f9aaa5e1

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 TODO \ # kubernetes
-t d6ff3062-7455-4de8-a8cb-55b3b1ddf5b2 \ # kubernetes
-X coveragepy \
-X gcov \
-X fix \