We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e455f6c commit 28620deCopy full SHA for 28620de
.github/workflows/test.yml
@@ -42,12 +42,12 @@ jobs:
42
coverage report --show-missing
43
coveralls --service=github
44
45
-finish:
46
- needs: test
47
- runs-on: ubuntu-latest
48
- steps:
49
- - name: Coveralls Finished
50
- uses: coverallsapp/github-action@master
51
- with:
52
- github-token: ${{ secrets.github_token }}
53
- parallel-finished: true
+ finish:
+ needs: test
+ runs-on: ubuntu-latest
+ steps:
+ - name: Coveralls Finished
+ uses: coverallsapp/github-action@master
+ with:
+ github-token: ${{ secrets.github_token }}
+ parallel-finished: true
0 commit comments