Skip to content

Commit fc5c06d

Browse files
committed
Bump coverallsapp/github-action from 2.2.0 to 2.2.1 - #44
1 parent 2efd0d7 commit fc5c06d

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
@@ -257,7 +257,7 @@ jobs:
257257
- name: Upload coverage to Coveralls
258258
# python 2.7 and 3.6 versions of coverage can't produce lcov files.
259259
if: matrix.python-version != '2.7' && matrix.python-version != '3.6'
260-
uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # master
260+
uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master
261261
with:
262262
github-token: ${{ secrets.GITHUB_TOKEN }}
263263
path-to-lcov: coverage.lcov
@@ -293,7 +293,7 @@ jobs:
293293

294294
steps:
295295
- name: Coveralls Finished
296-
uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # master
296+
uses: coverallsapp/github-action@95b1a2355bd0e526ad2fd62da9fd386ad4c98474 # master
297297
with:
298298
github-token: ${{ secrets.github_token }}
299299
parallel-finished: true

0 commit comments

Comments
 (0)