Skip to content

Commit 8c383a0

Browse files
authored
ci: restore Coveralls PR comments (#1934)
1 parent d3160a3 commit 8c383a0

File tree

3 files changed

+111
-373
lines changed

3 files changed

+111
-373
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
path: packages
6666

6767
- run: npm run test:ci
68-
- run: npm exec -- coveralls < .cache/coverage/lcov.info
69-
env:
70-
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
68+
- uses: coverallsapp/github-action@643bc377ffa44ace6394b2b5d0d3950076de9f63 # v2.3.0
69+
with:
70+
file: .cache/coverage/lcov.info
7171

7272
deploy-staging:
7373
if: >

0 commit comments

Comments
 (0)