Skip to content

Commit

Permalink
ci: Try disabling CodeCov fixes.
Browse files Browse the repository at this point in the history
Maybe this will fix the issues with CodeCov?
  • Loading branch information
SpacingBat3 committed Dec 26, 2024
1 parent fa298c7 commit 156433f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
files: lcov.info
disable_file_fixes: true
- name: Upload test results to CodeCov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
Expand Down

0 comments on commit 156433f

Please sign in to comment.