Skip to content

Commit

Permalink
Update codecov and enable for backend plugin (opensearch-project#268)
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 authored Nov 18, 2021
1 parent d79f01a commit 6ce231a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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

0 comments on commit 6ce231a

Please sign in to comment.