Skip to content

Commit 4a94950

Browse files
author
v1rtl
committed
ci: use coveralls instead of codacy
1 parent 1145155 commit 4a94950

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
- run: pnpm install
3434
- run: pnpm test:coverage
3535
- run: pnpm test:report
36-
- name: collect coverage
37-
uses: codacy/codacy-coverage-reporter-action@v1
36+
- name: Coveralls
37+
uses: coverallsapp/github-action@master
3838
with:
39-
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
40-
coverage-reports: coverage.lcov
39+
github-token: ${{ secrets.GITHUB_TOKEN }}
40+
path-to-lcov: ./coverage.lcov

0 commit comments

Comments
 (0)