Skip to content

Commit 3f8894e

Browse files
authored
Enable codecov in repository UT workflow (#159)
Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com>
1 parent 7f6d1de commit 3f8894e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/unit-tests-workflow.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,5 @@ jobs:
4949
run: |
5050
cd OpenSearch-Dashboards/plugins/anomaly-detection-dashboards-plugin
5151
yarn run test:jest --coverage
52-
- name: Upload coverage to Codecov
52+
- name: Uploads coverage
5353
uses: codecov/codecov-action@v1
54-
with:
55-
file: ./OpenSearch-Dashboards/plugins/anomaly-detection-opensearch-dashboard-plugin/coverage/cobertura-coverage.xml
56-
flags: unittests
57-
name: ad-opensearch-dashboards-ut-codecov

0 commit comments

Comments
 (0)