Skip to content

Commit

Permalink
ci: fix reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Aug 20, 2019
1 parent a558af5 commit 798d32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: npm run integration

- name: Coverage Report
run: ./node_modules/.bin/nyc report --reporter=text-lcov
run: ./node_modules/.bin/nyc report --reporter=lcov

- name: Upload Coverage Report
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 798d32c

Please sign in to comment.