From 55a804754eb21c2bc6639b173356b4b2b7ce8582 Mon Sep 17 00:00:00 2001 From: Aryan Salmanpour Date: Wed, 16 Apr 2025 16:18:24 -0400 Subject: [PATCH] Fix a typo in common.groovy for codecov (#142) [ROCm/rocjpeg commit: 37efebb5a7577ced134bc3b91a20f011cabcb372] --- projects/rocjpeg/.jenkins/common.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocjpeg/.jenkins/common.groovy b/projects/rocjpeg/.jenkins/common.groovy index f2ea037942..10b35fc036 100644 --- a/projects/rocjpeg/.jenkins/common.groovy +++ b/projects/rocjpeg/.jenkins/common.groovy @@ -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)