X Tutup
Skip to content

Commit 6f40abe

Browse files
author
Johan Brichau
committed
switch to codecov
1 parent 3561050 commit 6f40abe

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,7 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
shell: bash
3131
timeout-minutes: 20
32-
- name: Coveralls GitHub Action
33-
uses: coverallsapp/github-action@master
32+
- name: Upload coverage to Codecov
33+
uses: codecov/codecov-action@v3
3434
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-
uses: coverallsapp/github-action@master
44-
with:
45-
github-token: ${{ secrets.github_token }}
46-
parallel-finished: true
35+
name: ${{ matrix.smalltalk }}

0 commit comments

Comments
 (0)
X Tutup