Skip to content

Commit 08b76d4

Browse files
committed
use coveralls
1 parent 1e85286 commit 08b76d4

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
@@ -20,8 +20,8 @@ jobs:
2020
run: deno test --allow-net --allow-read --coverage=coverage
2121
- name: Create coverage report
2222
run: deno coverage ./coverage --lcov > coverage.lcov
23-
- name: Collect coverage
24-
uses: codecov/codecov-action@v5
23+
- name: Coveralls
24+
uses: coverallsapp/github-action@master
2525
with:
26-
files: ./coverage.lcov
27-
fail_ci_if_error: true
26+
github-token: ${{ secrets.GITHUB_TOKEN }}
27+
path-to-lcov: ./coverage.lcov

0 commit comments

Comments
 (0)