Skip to content

Commit

Permalink
ci: fix code coverage on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah committed Nov 9, 2020
1 parent ebc3d11 commit 78c5941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.project_slug}}/.github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ jobs:
if: "${{ matrix.node-version == '14.x' }}"
- name: Tests
run: npm run test:ci
- name: Update npm config
run: npm config set script-shell bash
- name: Codecov test coverage
run: npm run test:report:coverage "${{ matrix.os }}" "${{ matrix.node-version }}"

0 comments on commit 78c5941

Please sign in to comment.