Skip to content

Commit d769216

Browse files
committed
build: coverage file path
1 parent fe9ef65 commit d769216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: codecov/codecov-action@v3
4141
with:
4242
token: ${{ secrets.CODECOV_TOKEN }}
43-
files: ./coverage/**/lcov.info
43+
files: ./coverage/angular-serial/lcov.info
4444

4545
- name: Publish Package
4646
uses: JS-DevTools/npm-publish@v3

0 commit comments

Comments
 (0)