1
0
Fork 0

fix(build): add target to upload coverage to codeclimate

This commit is contained in:
Sean Sube 2022-10-08 15:17:38 -05:00
parent d3e52d9363
commit 9230532742
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
ci-full: ci
ci-full: ci
upload-climate:
cc-test-reporter format-coverage -t lcov -o $(TARGET_PATH)/coverage/codeclimate.json -p $(ROOT_PATH) $(TARGET_PATH)/coverage/lcov.info
cc-test-reporter upload-coverage --debug -i $(TARGET_PATH)/coverage/codeclimate.json -r "$(shell echo "${CODECLIMATE_SECRET}" | base64 -d)"