Skip to content

Commit

Permalink
chore: update coverage-monitor-action to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaveko committed Oct 19, 2023
1 parent c202032 commit 0af235d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npm run coverage:clover
- name: Report coverage
if: always()
uses: slavcodev/coverage-monitor-action@1.1.0
uses: slavcodev/coverage-monitor-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
clover_file: coverage/clover.xml
Expand Down

0 comments on commit 0af235d

Please sign in to comment.