Skip to content

Commit 5538b4d

Browse files
authored
chore: coveralls reporting (#572)
1 parent 4831bc4 commit 5538b4d

File tree

3 files changed

+228
-4
lines changed

3 files changed

+228
-4
lines changed

.github/workflows/run-tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ jobs:
4646
- name: Run Jest
4747
run: pnpm test -- --coverage --runInBand --verbose
4848

49-
- uses: codecov/codecov-action@v3
49+
- name: Coveralls
50+
uses: coverallsapp/github-action@v2

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@
136136
"@types/react": "^16.9.32",
137137
"@types/react-router-dom": "^5.3.3",
138138
"@types/react-transition-group": "^4.4.0",
139+
"coveralls": "^3.1.1",
139140
"css-loader": "^5.0.1",
140141
"electron": "^13.1.7",
141142
"electron-builder": "^23.6.0",

0 commit comments

Comments
 (0)