Skip to content

Commit 901fabe

Browse files
committed
try coveralls
codecov is not working anymore because of the missing token, which I cannot get.
1 parent 6f38456 commit 901fabe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151
if: '${{ matrix.node != env.NODE_VERSION }}'
5252
run: pnpm test
5353

54-
- name: Upload coverage to Codecov
54+
- name: Upload coverage
5555
if: '${{ matrix.node == env.NODE_VERSION }}'
56-
uses: codecov/codecov-action@v5
56+
#uses: codecov/codecov-action@v5
57+
uses: coverallsapp/github-action@v2
5758

5859
lint:
5960
name: Lint

0 commit comments

Comments
 (0)