Skip to content

Commit 6a1f833

Browse files
authored
Merge pull request #28 from smlx/dependabot/github_actions/coverallsapp/github-action-2.0.0
chore(deps): bump coverallsapp/github-action from 1.2.4 to 2.0.0
2 parents 6ac10c4 + fe55bf1 commit 6a1f833

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/coverage.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ 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 }}
31-
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)