Skip to content

Commit a865555

Browse files
Bump coverallsapp/github-action from 1.1.3 to 2.3.6
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 1.1.3 to 2.3.6. - [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.3.6) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-version: 2.3.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 830319c commit a865555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
py.test --cov coveralls --cov-report term-missing --cov-report=lcov --cov=resources tests/
2929
3030
- name: Coveralls GitHub Action
31-
uses: coverallsapp/github-action@1.1.3
31+
uses: coverallsapp/github-action@v2.3.6
3232
with:
3333
github-token: ${{ secrets.GITHUB_TOKEN }}
3434
path-to-lcov: coverage.lcov

0 commit comments

Comments
 (0)