Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codecov and enable for backend plugin #268

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ jobs:
# - name: Upload coverage
# uses: codecov/codecov-action@v1
# with:
# flags: dashboards-observability
# directory: ./OpenSearch-Dashboards/plugins/dashboards-observability
# token: ${{ secrets.CODECOV_TOKEN }}
# direcotry: ./OpenSearch-Dashboards/plugins/dashboards-observability

# TODO remove hard coded version when observability is ready
- name: Build Artifact
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
cd opensearch-observability
./gradlew build -Dopensearch.version=${{ env.OPENSEARCH_VERSION }}

- name: Upload coverage
uses: codecov/codecov-action@v1
with:
flags: opensearch-observability
directory: opensearch-observability/
token: ${{ secrets.CODECOV_TOKEN }}

- name: Create Artifact Path
run: |
mkdir -p opensearch-observability-builds
Expand Down