Skip to content

Commit

Permalink
Merge pull request opendistro-for-elasticsearch#360 from davidcui-amz…
Browse files Browse the repository at this point in the history
…n/remove-codecov

Remove CodeCov Usage
  • Loading branch information
davidcui1225 authored Apr 19, 2021
2 parents 1fa90d8 + b712dd7 commit eedcdab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 43 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/kibana-reports-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ jobs:
max_attempts: 3
command: cd kibana/plugins/${{ env.PLUGIN_NAME }}; yarn test --coverage

- name: Upload coverage
uses: codecov/codecov-action@v1
with:
flags: Kibana-reports
directory: kibana/plugins/
token: ${{ secrets.CODECOV_TOKEN }}

- name: Build Artifact
run: |
cd kibana/plugins/${{ env.PLUGIN_NAME }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
cd reports-scheduler
./gradlew build
- name: Upload coverage
uses: codecov/codecov-action@v1
with:
flags: reports-scheduler
directory: reports-scheduler/
token: ${{ secrets.CODECOV_TOKEN }}

- name: Create Artifact Path
run: |
mkdir -p reports-scheduler-builds
Expand Down
29 changes: 0 additions & 29 deletions reports-scheduler/.codecov.yml

This file was deleted.

0 comments on commit eedcdab

Please sign in to comment.