ci: make sure Codecov finds all it's files

This commit is contained in:
2022-09-23 18:38:27 +02:00
parent 715939d794
commit 1187bfcdeb
+1 -1
View File
@@ -17,5 +17,5 @@ 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