Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lisez authored May 24, 2024
1 parent 981cc8c commit ee5aa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: denoland/setup-deno@v1
with:
deno-version: ${{ matrix.node-version }}
- run: deno test --parallel --coverage && deno coverage --lcov cov > cov.lcov
- run: deno test --parallel --coverage=.coverage && deno coverage .coverage --lcov cov > cov.lcov
- name: Upload coverage to Coveralls.io
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit ee5aa50

Please sign in to comment.