Skip to content

Commit

Permalink
fix(build): add target to upload coverage to codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Oct 8, 2022
1 parent d3e52d9 commit 9230532
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/project.mk
@@ -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)"

0 comments on commit 9230532

Please sign in to comment.