Fix a typo in common.groovy for codecov (#142)

This commit is contained in:
Aryan Salmanpour
2025-04-16 16:18:24 -04:00
committed by GitHub
parent ab39652857
commit 37efebb5a7
+1 -1
View File
@@ -93,7 +93,7 @@ def runTestCommand (platform, project) {
lcov --summary coverage.info
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -v -U \$http_proxy -t ${CODECOV_TOKEN} --file coverage.info --name rocDecode --sha ${commitSha}
./codecov -v -U \$http_proxy -t ${CODECOV_TOKEN} --file coverage.info --name rocJPEG --sha ${commitSha}
"""
platform.runCommand(this, command)