Skip to content

Commit

Permalink
c8 syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed May 31, 2022
1 parent 47bcc0b commit 9461c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- run: npm install
- run: npx -y c8 report --reporter=lcov npm test
- run: npx -y c8 --reporter=lcov npm test
env:
NODE_ENV: cov

Expand Down

0 comments on commit 9461c35

Please sign in to comment.