Skip to content

Commit 235eb28

Browse files
committed
chore: coveralls coverallsapp/github-action upgrade 2.3.6 to 2.3.7
1 parent 51fa3d6 commit 235eb28

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
@@ -331,7 +331,7 @@ jobs:
331331
- name: Upload coverage to Coveralls
332332
# python 2.7 and 3.6 versions of coverage can't produce lcov files.
333333
if: matrix.python-version != '2.7' && matrix.python-version != '3.6'
334-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
334+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
335335
with:
336336
github-token: ${{ secrets.GITHUB_TOKEN }}
337337
path-to-lcov: coverage.lcov
@@ -367,7 +367,7 @@ jobs:
367367

368368
steps:
369369
- name: Coveralls Finished
370-
uses: coverallsapp/github-action@648a8eb78e6d50909eff900e4ec85cab4524a45b # v2.3.6
370+
uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7
371371
with:
372372
github-token: ${{ secrets.github_token }}
373373
parallel-finished: true

0 commit comments

Comments
 (0)