Skip to content

Commit

Permalink
use coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Feb 6, 2025
1 parent 1e85286 commit 08b76d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: deno test --allow-net --allow-read --coverage=coverage
- name: Create coverage report
run: deno coverage ./coverage --lcov > coverage.lcov
- name: Collect coverage
uses: codecov/codecov-action@v5
- name: Coveralls
uses: coverallsapp/github-action@master
with:
files: ./coverage.lcov
fail_ci_if_error: true
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./coverage.lcov

0 comments on commit 08b76d4

Please sign in to comment.