Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
chore(deps): bump slavcodev/coverage-monitor-action from 1.2.0 to 1.5.0
Browse files Browse the repository at this point in the history
Bumps [slavcodev/coverage-monitor-action](https://github.com/slavcodev/coverage-monitor-action) from 1.2.0 to 1.5.0.
- [Release notes](https://github.com/slavcodev/coverage-monitor-action/releases)
- [Changelog](https://github.com/slavcodev/coverage-monitor-action/blob/main/CHANGELOG.md)
- [Commits](slavcodev/coverage-monitor-action@1.2.0...1.5.0)

---
updated-dependencies:
- dependency-name: slavcodev/coverage-monitor-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and leosuncin committed Mar 7, 2022
1 parent 81f9752 commit fa6a82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
JWT_ISSUER: unit-tests
- name: Monitor coverage 📫
if: github.event_name == 'pull_request' && !contains(github.event.pull_request.user.login, 'dependabot')
uses: slavcodev/coverage-monitor-action@1.2.0
uses: slavcodev/coverage-monitor-action@1.5.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
clover_file: coverage/unit/clover.xml
Expand Down

1 comment on commit fa6a82b

@vercel
Copy link

@vercel vercel bot commented on fa6a82b Mar 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.