From fa298c7ca576b06d29d8abc65274b739c72ac346 Mon Sep 17 00:00:00 2001 From: SpacingBat3 Date: Thu, 26 Dec 2024 17:41:51 +0100 Subject: [PATCH] ci: Remove slug, hard-code files to upload. --- .github/workflows/node-test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-test.yml b/.github/workflows/node-test.yml index fce12b4..50f0823 100644 --- a/.github/workflows/node-test.yml +++ b/.github/workflows/node-test.yml @@ -35,9 +35,12 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - slug: SpacingBat3/ReForged + disable_search: true + files: lcov.info - name: Upload test results to CodeCov if: ${{ !cancelled() }} uses: codecov/test-results-action@v1 with: - token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + token: ${{ secrets.CODECOV_TOKEN }} + disable_search: true + file: junit.xml \ No newline at end of file