Skip to content

Commit dbf17a0

Browse files
Bump coverallsapp/github-action from 2.1.0 to 2.1.2
Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.1.0 to 2.1.2. - [Release notes](https://github.com/coverallsapp/github-action/releases) - [Commits](coverallsapp/github-action@045a251...f350da2) --- updated-dependencies: - dependency-name: coverallsapp/github-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de18695 commit dbf17a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
- name: Upload coverage to Coveralls
235235
# python 2.7 and 3.6 versions of coverage can't produce lcov files.
236236
if: matrix.python-version != '2.7' && matrix.python-version != '3.6'
237-
uses: coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa # master
237+
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # master
238238
with:
239239
github-token: ${{ secrets.GITHUB_TOKEN }}
240240
path-to-lcov: coverage.lcov
@@ -270,7 +270,7 @@ jobs:
270270

271271
steps:
272272
- name: Coveralls Finished
273-
uses: coverallsapp/github-action@045a25193560dc194e405657f552faeb6b9433aa # master
273+
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # master
274274
with:
275275
github-token: ${{ secrets.github_token }}
276276
parallel-finished: true

0 commit comments

Comments
 (0)