Skip to content

Commit 5f95725

Browse files
Apply suggestions from code review
Co-authored-by: C.A.M. Gerlach <[email protected]>
1 parent 9d27a6a commit 5f95725

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,12 @@ jobs:
167167
github-token: ${{ secrets.GITHUB_TOKEN }}
168168
debug: true
169169
finish:
170+
name: Finish Coveralls
170171
needs: test
171172
if: ${{ always() }}
172173
runs-on: ubuntu-latest
173174
steps:
174-
- name: Coveralls Finished
175+
- name: Mark Coveralls finished
175176
uses: coverallsapp/github-action@v2
176177
with:
177178
parallel-finished: true

0 commit comments

Comments
 (0)