Skip to content

Commit

Permalink
ci: Remove slug, hard-code files to upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacingBat3 committed Dec 26, 2024
1 parent ea9603b commit fa298c7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
file: junit.xml

0 comments on commit fa298c7

Please sign in to comment.