Skip to content

Commit fc1e750

Browse files
chore(deps): bump coverallsapp/github-action from 1.2.4 to 2.0.0
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.4 to 2.0.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@v1.2.4...v2.0.0) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6ac10c4 commit fc1e750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Convert coverage to lcov
2626
uses: jandelgado/gcov2lcov-action@v1
2727
- name: Coveralls
28-
uses: coverallsapp/github-action@v1.2.4
28+
uses: coverallsapp/github-action@v2.0.0
2929
with:
3030
github-token: ${{ secrets.github_token }}
3131
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)