From 725285280c2d841387ab1e70561c605b0ac23fe5 Mon Sep 17 00:00:00 2001 From: Ed Robinson Date: Thu, 15 Aug 2024 15:44:20 +0100 Subject: [PATCH] Add path to coverage file --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d0483eb..2a9d137 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,3 +23,4 @@ jobs: uses: codecov/test-results-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} + file: ./coverage/coverage.xml