Merge branch 'codecov' into 'main'
ci: fix codecov upload See merge request unboundsoftware/s3uploader!81
This commit was merged in pull request #85.
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user