Skip to content

Commit

Permalink
ci(*): added coverage report to test workflow (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart authored Aug 5, 2024
1 parent f4b4cfe commit d6e8560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
deno run -A bin/check-bundle-version.ts --module ${{ matrix.module }}
deno task check-dependencies
deno task test-${{ matrix.module }}
deno coverage coverage --include=${{ matrix.module}}/src
# - name: Build nats.js
# run: deno bundle --unstable transport-deno/src/connect.ts nats.js
Expand Down

0 comments on commit d6e8560

Please sign in to comment.