ci: fix codecov upload

This commit is contained in:
2022-03-21 09:21:15 +01:00
parent 0aca62974c
commit 2abc1cf338
+1 -1
View File
@@ -18,7 +18,7 @@ build:
- build
- 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
- push
artifacts:
paths: