Skip to content

Commit

Permalink
Fix collect coverage CI action
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolay-borzov committed Jul 26, 2020
1 parent b609ead commit 0e8fb83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm ci
- uses: marsam/codeclimate-action@v1
with:
command: npm run test:coverage:ci
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e8fb83

Please sign in to comment.