Skip to content

Commit 939b358

Browse files
committed
Bump coverallsapp/github-action from 2.1.2 t0 2.2.0 - #39
1 parent c6250e3 commit 939b358

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
@@ -241,7 +241,7 @@ jobs:
241241
- name: Upload coverage to Coveralls
242242
# python 2.7 and 3.6 versions of coverage can't produce lcov files.
243243
if: matrix.python-version != '2.7' && matrix.python-version != '3.6'
244-
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # master
244+
uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # master
245245
with:
246246
github-token: ${{ secrets.GITHUB_TOKEN }}
247247
path-to-lcov: coverage.lcov
@@ -277,7 +277,7 @@ jobs:
277277

278278
steps:
279279
- name: Coveralls Finished
280-
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # master
280+
uses: coverallsapp/github-action@c7885c00cb7ec0b8f9f5ff3f53cddb980f7a4412 # master
281281
with:
282282
github-token: ${{ secrets.github_token }}
283283
parallel-finished: true

0 commit comments

Comments
 (0)