Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Commit

Permalink
add codecov 3
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongnansu committed Jan 22, 2021
1 parent 0b803cf commit 85de32e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
max_attempts: 3
command: cd kibana/plugins/${{ env.PLUGIN_NAME }}; yarn test --coverage

- name: Uploads coverage
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
flags: Kibana plugin
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cd reports-scheduler
./gradlew build
- name: Uploads coverage
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
flags: ES plugin
Expand Down

0 comments on commit 85de32e

Please sign in to comment.