Skip to content

Commit

Permalink
coverage (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Ricart <[email protected]>
  • Loading branch information
aricart authored Dec 9, 2024
1 parent 5c917c9 commit 7ece568
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/deno_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,12 @@ jobs:
CI: true
run: |
deno task test-${{ matrix.module }}
deno coverage coverage --include=${{ matrix.module}}/src
deno coverage --include=${{ matrix.module}}/src ./coverage --lcov > ./coverage/out.lcov
- name: Upload coverage
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: ${{ matrix.module }}
file: ./coverage/out.lcov

0 comments on commit 7ece568

Please sign in to comment.