We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6d1de commit 3f8894eCopy full SHA for 3f8894e
.github/workflows/unit-tests-workflow.yml
@@ -49,9 +49,5 @@ jobs:
49
run: |
50
cd OpenSearch-Dashboards/plugins/anomaly-detection-dashboards-plugin
51
yarn run test:jest --coverage
52
- - name: Upload coverage to Codecov
+ - name: Uploads coverage
53
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