Skip to content

Commit

Permalink
ci: add text reporter to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jul 25, 2023
1 parent b25a513 commit 8c1e1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npx c8 --reporter lcovonly wsrun --no-prefix -p ${{ matrix.package }} -c test
- run: npx c8 --reporter lcovonly --reporter text wsrun --no-prefix -p ${{ matrix.package }} -c test
- name: Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 8c1e1a5

Please sign in to comment.