Skip to content

Commit 8d16f14

Browse files
Bump coverallsapp/github-action from 1.1.3 to 2.2.0 (#357)
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 2.2.0. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Upgrade guide](https://github.com/coverallsapp/github-action/blob/main/UPGRADE.md) - [Commits](coverallsapp/github-action@1.1.3...v2.2.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cc55663 commit 8d16f14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy_test_coverage_coveralls.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
- name: "Coverage: Results"
4747
run: lcov --rc lcov_branch_coverage=1 --gcov-tool gcov-12 --rc lcov_branch_coverage=1 --add-tracefile base.info --add-tracefile test.info --output-file coverage.info
4848
- name: Coveralls
49-
uses: coverallsapp/github-action@1.1.3
49+
uses: coverallsapp/github-action@v2.2.0
5050
with:
51+
file: coverage.info
52+
format: lcov
5153
github-token: ${{ secrets.GITHUB_TOKEN }}
52-
path-to-lcov: coverage.info

0 commit comments

Comments
 (0)