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 6f38456 commit 901fabeCopy full SHA for 901fabe
1 file changed
.github/workflows/build.yml
@@ -51,9 +51,10 @@ jobs:
51
if: '${{ matrix.node != env.NODE_VERSION }}'
52
run: pnpm test
53
54
- - name: Upload coverage to Codecov
+ - name: Upload coverage
55
if: '${{ matrix.node == env.NODE_VERSION }}'
56
- uses: codecov/codecov-action@v5
+ #uses: codecov/codecov-action@v5
57
+ uses: coverallsapp/github-action@v2
58
59
lint:
60
name: Lint
0 commit comments