build: add params to codecov
This commit is contained in:
+1
-1
@@ -27,4 +27,4 @@ test:
|
|||||||
- go tool cover -func=coverage.txt
|
- go tool cover -func=coverage.txt
|
||||||
- curl -Os https://uploader.codecov.io/latest/linux/codecov
|
- curl -Os https://uploader.codecov.io/latest/linux/codecov
|
||||||
- chmod +x codecov
|
- chmod +x codecov
|
||||||
- ./codecov -t ${CODECOV_TOKEN}
|
- ./codecov -t ${CODECOV_TOKEN} -R $CI_PROJECT_DIR -C $CI_COMMIT_SHA -r $CI_PROJECT_PATH
|
||||||
|
|||||||
Reference in New Issue
Block a user