diff --git a/.github/workflows/kibana-reports-test-and-build-workflow.yml b/.github/workflows/kibana-reports-test-and-build-workflow.yml index f39f2525..3bb0e4d9 100644 --- a/.github/workflows/kibana-reports-test-and-build-workflow.yml +++ b/.github/workflows/kibana-reports-test-and-build-workflow.yml @@ -48,7 +48,12 @@ jobs: with: timeout_minutes: 30 max_attempts: 3 - command: cd kibana/plugins/${{ env.PLUGIN_NAME }}; yarn test + command: cd kibana/plugins/${{ env.PLUGIN_NAME }}; yarn test --coverage + + - name: Uploads coverage + uses: codecov/codecov-action@v1 + with: + token: ${{ secrets.CODECOV_TOKEN }} - name: Build Artifact run: |