We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4831bc4 commit 5538b4dCopy full SHA for 5538b4d
.github/workflows/run-tests.yml
@@ -46,4 +46,5 @@ jobs:
46
- name: Run Jest
47
run: pnpm test -- --coverage --runInBand --verbose
48
49
- - uses: codecov/codecov-action@v3
+ - name: Coveralls
50
+ uses: coverallsapp/github-action@v2
package.json
@@ -136,6 +136,7 @@
136
"@types/react": "^16.9.32",
137
"@types/react-router-dom": "^5.3.3",
138
"@types/react-transition-group": "^4.4.0",
139
+ "coveralls": "^3.1.1",
140
"css-loader": "^5.0.1",
141
"electron": "^13.1.7",
142
"electron-builder": "^23.6.0",
0 commit comments