Skip to content

Commit

Permalink
chore: fix test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Jan 4, 2024
1 parent db56a6f commit 4d44920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: "./test-report-lcov.info"
- name: Publish
uses: JS-DevTools/npm-publish@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
file: "test-report-lcov.info"
path-to-lcov: "./test-report-lcov.info"

0 comments on commit 4d44920

Please sign in to comment.