Skip to content

Commit

Permalink
Update coverage report action
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwroc committed Oct 22, 2023
1 parent ed1f1a4 commit 6ccc571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Test
run: npm run test+coverage
- name: Code Coverage Report
uses: romeovs/lcov-reporter-action@v0.2.11
uses: romeovs/lcov-reporter-action@v0.3.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Coveralls
Expand Down

0 comments on commit 6ccc571

Please sign in to comment.