We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9ef65 commit d769216Copy full SHA for d769216
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: codecov/codecov-action@v3
41
with:
42
token: ${{ secrets.CODECOV_TOKEN }}
43
- files: ./coverage/**/lcov.info
+ files: ./coverage/angular-serial/lcov.info
44
45
- name: Publish Package
46
uses: JS-DevTools/npm-publish@v3
0 commit comments