Skip to content

Commit

Permalink
try coveralls
Browse files Browse the repository at this point in the history
codecov is not working anymore because of the missing token, which I cannot get.
  • Loading branch information
danez committed Nov 19, 2024
1 parent 6f38456 commit 901fabe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ jobs:
if: '${{ matrix.node != env.NODE_VERSION }}'
run: pnpm test

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

lint:
name: Lint
Expand Down

0 comments on commit 901fabe

Please sign in to comment.