Skip to content

Commit

Permalink
Merge pull request #22 from eoxc/code-coverage-fix
Browse files Browse the repository at this point in the history
update coverage generating configs
  • Loading branch information
lubojr committed Aug 28, 2023
2 parents 3e32c90 + dac6ac5 commit f9f5417
Show file tree
Hide file tree
Showing 3 changed files with 1,039 additions and 702 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "lcov.info"
path-to-lcov: "coverage/lcov.info"

- name: Publish release to npm
uses: JS-DevTools/npm-publish@v1
Expand Down

0 comments on commit f9f5417

Please sign in to comment.