Skip to content

Commit

Permalink
fix(ci/cd): Fixed missing coverage upload
Browse files Browse the repository at this point in the history
  • Loading branch information
grantila committed Sep 2, 2020
1 parent bc62026 commit 0834fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
node-version: 12
- run: npm i
- run: npm run build
- run: npm run test --coverage
- run: npm run test -- --coverage
env:
CI: true
- name: Coveralls
Expand Down

0 comments on commit 0834fd5

Please sign in to comment.