From 529d4b39118a691394685a54d06c91867b34e8ea Mon Sep 17 00:00:00 2001 From: Mark Raynsford Date: Sun, 28 Apr 2024 20:48:10 +0000 Subject: [PATCH] Update coverage workflow. --- .github/workflows/main.linux.temurin.lts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.linux.temurin.lts.yml b/.github/workflows/main.linux.temurin.lts.yml index 3fddfac..fa92bd3 100644 --- a/.github/workflows/main.linux.temurin.lts.yml +++ b/.github/workflows/main.linux.temurin.lts.yml @@ -37,6 +37,7 @@ jobs: name: test-images path: ./com.io7m.digal.tests/testCSS.png - name: Coverage - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v4.3.0 with: + token: ${{ secrets.CODECOV_TOKEN }} file: com.io7m.digal.tests/target/site/jacoco-aggregate/jacoco.xml