We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3561050 commit 6f40abeCopy full SHA for 6f40abe
.github/workflows/ci.yml
@@ -29,18 +29,7 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
shell: bash
31
timeout-minutes: 20
32
- - name: Coveralls GitHub Action
33
- uses: coverallsapp/github-action@master
+ - name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v3
34
with:
35
- github-token: ${{ secrets.GITHUB_TOKEN }}
36
- flag-name: ${{matrix.smalltalk}}
37
- parallel: true
38
- finish:
39
- needs: test
40
- runs-on: ubuntu-latest
41
- steps:
42
- - name: Coveralls Finished
43
44
- with:
45
- github-token: ${{ secrets.github_token }}
46
- parallel-finished: true
+ name: ${{ matrix.smalltalk }}
0 commit comments