Skip to content
Snippets Groups Projects
Unverified Commit 36104193 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

Bump coverallsapp/github-action from 1.2.3 to 1.2.4

Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/coverallsapp/github-action/releases)
- [Commits](https://github.com/coverallsapp/github-action/compare/v1.2.3...v1.2.4

)

---
updated-dependencies:
- dependency-name: coverallsapp/github-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent d0a3b9d1
No related merge requests found
......@@ -47,7 +47,7 @@ jobs:
- name: generate coverage info
run: lcov -d . -c -o ./lcov.info
- name: Coveralls upload
uses: coverallsapp/github-action@v1.2.3
uses: coverallsapp/github-action@v1.2.4
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: ./lcov.info
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment