Skip to content

Commit

Permalink
add codecov report
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongnansu committed Oct 28, 2020
1 parent 186d490 commit de41e34
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/kibana_reports_test_and_build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ jobs:
- name: Test
run: |
cd kibana/plugins/kibana-reports
yarn test
yarn test --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./kibana/plugins/kibana-reports/coverage/clover.xml
flags: unittests
name: kibana-reports-ut-codecov

- name: Build Artifact
run: |
Expand Down

0 comments on commit de41e34

Please sign in to comment.