From 2ba7683e252edeebfb0bef51d6350a7809bf279f Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Thu, 2 May 2024 21:53:55 +0000 Subject: [PATCH] Update codecov. --- .github/workflows/main.linux.temurin.current.yml | 2 +- .github/workflows/main.linux.temurin.lts.yml | 6 +++--- .github/workflows/main.windows.temurin.current.yml | 2 +- .github/workflows/main.windows.temurin.lts.yml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.linux.temurin.current.yml b/.github/workflows/main.linux.temurin.current.yml index 9cc84be..6bd3afa 100644 --- a/.github/workflows/main.linux.temurin.current.yml +++ b/.github/workflows/main.linux.temurin.current.yml @@ -23,4 +23,4 @@ jobs: if: always() with: name: test-logs - path: ./com.io7m.mutable_numbers.tests/target/surefire-reports + path: ./com.io7m.jmutnum.tests/target/surefire-reports diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index ddbc1f4..df4446b 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -23,9 +23,9 @@ jobs: if: always() with: name: test-logs - path: ./com.io7m.mutable_numbers.tests/target/surefire-reports + path: ./com.io7m.jmutnum.tests/target/surefire-reports - name: Coverage - uses: codecov/codecov-action@v4.3.0 + uses: codecov/codecov-action@v4.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} - file: com.io7m.mutable_numbers.tests/target/site/jacoco-aggregate/jacoco.xml + file: com.io7m.jmutnum.tests/target/site/jacoco-aggregate/jacoco.xml diff --git a/.github/workflows/main.windows.temurin.current.yml b/.github/workflows/main.windows.temurin.current.yml index bd433af..4660f32 100644 --- a/.github/workflows/main.windows.temurin.current.yml +++ b/.github/workflows/main.windows.temurin.current.yml @@ -23,4 +23,4 @@ jobs: if: always() with: name: test-logs - path: ./com.io7m.mutable_numbers.tests/target/surefire-reports + path: ./com.io7m.jmutnum.tests/target/surefire-reports diff --git a/.github/workflows/main.windows.temurin.lts.yml b/.github/workflows/main.windows.temurin.lts.yml index a594841..f3388ae 100644 --- a/.github/workflows/main.windows.temurin.lts.yml +++ b/.github/workflows/main.windows.temurin.lts.yml @@ -23,4 +23,4 @@ jobs: if: always() with: name: test-logs - path: ./com.io7m.mutable_numbers.tests/target/surefire-reports + path: ./com.io7m.jmutnum.tests/target/surefire-reports