Skip to content

Commit

Permalink
ci: Also upload source files.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacingBat3 committed Dec 26, 2024
1 parent fa298c7 commit 24b049b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
disable_search: true
files: lcov.info
files: lcov.info,makers/appimage/dist/main.js,makers/appimage/dist/utils.js
- name: Upload test results to CodeCov
if: ${{ !cancelled() }}
uses: codecov/test-results-action@v1
Expand Down

0 comments on commit 24b049b

Please sign in to comment.