Skip to content

Commit fbc0e02

Browse files
EKIRJASTO-755 Remove Coveralls step from test-and-build workflow
1 parent ba4c3e2 commit fbc0e02

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/test-and-build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,6 @@ jobs:
128128
- name: Test
129129
run: npm run test:ci -- --coverage
130130

131-
- name: Coveralls Report
132-
uses: coverallsapp/github-action@master
133-
with:
134-
github-token: ${{ secrets.GITHUB_TOKEN }}
135-
136131
publish:
137132
name: Publish image to Docker registry
138133
needs: [lint, typecheck, test]

0 commit comments

Comments
 (0)