This is an automated email from the ASF dual-hosted git repository.
olabusayo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 41e02e7a0 Remove unnecessary `sed` command from SonarCloud
configuration in `main.yml`
41e02e7a0 is described below
commit 41e02e7a0e3b7f405a047916b6c752d93147cded
Author: olabusayoT <[email protected]>
AuthorDate: Thu Feb 19 13:09:26 2026 -0500
Remove unnecessary `sed` command from SonarCloud configuration in `main.yml`
- it was leftover cruft from dependabot change and results in coverage not
being generated
DAFFODIL-3068
---
.github/workflows/main.yml | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index bfab1ea11..bf598d39f 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -226,7 +226,6 @@ jobs:
echo "SONAR_JAVA_JARS=$SONAR_JAVA_JARS" >> $GITHUB_ENV
echo "SONAR_TEST_JAVA_JARS=$SONAR_TEST_JAVA_JARS" >> $GITHUB_ENV
$SBT coverageReport
- find . -name scoverage.xml -exec sed -i
's#/home/runner/work/daffodil/daffodil#/github/workspace#g' {} +
- name: Run SonarCloud Scan
if: ${{ env.SONARSCAN == 'true' }}