Skip to content

Commit

Permalink
add yarn test --coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongnansu committed Jun 23, 2021
1 parent c36bd3e commit 8aab17d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
timeout_minutes: 30
max_attempts: 3
command: cd OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}; yarn test
command: cd OpenSearch-Dashboards/plugins/${{ env.PLUGIN_NAME }}; yarn test --coverage

- name: Upload coverage
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 8aab17d

Please sign in to comment.