Skip to content

Commit 9a7da28

Browse files
authored
chore: update codecoverage to use coveralls instead of codecov (#381)
1 parent fd61d21 commit 9a7da28

File tree

3 files changed

+30
-10
lines changed

3 files changed

+30
-10
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,18 @@ jobs:
2222
- run: npm ci
2323
- run: npm run build --if-present
2424
- run: npm test
25-
- uses: codecov/codecov-action@v3
25+
- name: Coveralls Parallel
26+
uses: coverallsapp/github-action@master
2627
with:
27-
files: coverage/lcov.info
28-
name: lts ${{ matrix.os }}
29-
fail_ci_if_error: true
30-
verbose: true
28+
github-token: ${{ secrets.github_token }}
29+
flag-name: run-${{ matrix.node-version }}
30+
parallel: true
31+
finish:
32+
needs: build
33+
runs-on: ubuntu-latest
34+
steps:
35+
- name: Coveralls Finished
36+
uses: coverallsapp/github-action@master
37+
with:
38+
github-token: ${{ secrets.github_token }}
39+
parallel-finished: true

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/fixtures/http-get/package-lock.json

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)