Skip to content

Commit 9f47759

Browse files
dependabot[bot]FrancoisCarouge
authored andcommitted
Bump coverallsapp/github-action from 1.1.3 to 2.2.0
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>
1 parent 4fd1869 commit 9f47759

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy_test_coverage_coveralls.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ 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:
5151
github-token: ${{ secrets.GITHUB_TOKEN }}
52-
path-to-lcov: coverage.info

0 commit comments

Comments
 (0)