Skip to content

Commit 24b049b

Browse files
committed
ci: Also upload source files.
1 parent fa298c7 commit 24b049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/node-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
token: ${{ secrets.CODECOV_TOKEN }}
3838
disable_search: true
39-
files: lcov.info
39+
files: lcov.info,makers/appimage/dist/main.js,makers/appimage/dist/utils.js
4040
- name: Upload test results to CodeCov
4141
if: ${{ !cancelled() }}
4242
uses: codecov/test-results-action@v1

0 commit comments

Comments
 (0)