From 2b7b7521a9682bcc1b5a8943409784ba8c4b2b7b Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Mon, 7 Mar 2022 10:26:25 +0000 Subject: [PATCH] Maybe the file is here? --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 427589f95e..52c63d595a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -354,9 +354,9 @@ jobs: ${{ runner.os }}-gradle- - uses: actions/download-artifact@v3 with: - name: codecov-xml # will restore to codecov-xml/allCodeCoverageReport.xml by default; we restore to the same location in following tasks + name: codecov-xml # will restore to allCodeCoverageReport.xml by default; we restore to the same location in following tasks - run: mkdir -p build/reports/jacoco/allCodeCoverageReport/ - - run: mv codecov-xml/allCodeCoverageReport.xml build/reports/jacoco/allCodeCoverageReport/ + - run: mv allCodeCoverageReport.xml build/reports/jacoco/allCodeCoverageReport/ - run: ./gradlew sonarqube $CI_GRADLE_ARG_PROPERTIES env: ORG_GRADLE_PROJECT_SONAR_LOGIN: ${{ secrets.SONAR_TOKEN }}