build: add params to codecov

This commit is contained in:
2022-02-20 00:56:58 +01:00
parent 74e81114de
commit cf73d6c399
+1 -1
View File
@@ -27,4 +27,4 @@ test:
- go tool cover -func=coverage.txt
- curl -Os https://uploader.codecov.io/latest/linux/codecov
- chmod +x codecov
- ./codecov -t ${CODECOV_TOKEN}
- ./codecov -t ${CODECOV_TOKEN} -R $CI_PROJECT_DIR -C $CI_COMMIT_SHA -r $CI_PROJECT_PATH