diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64cfbf55e..1b27e28d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: cp ./build/distributions/*.zip security-analytics-artifacts - name: Upload Coverage Report - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v1 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/README.md b/README.md index a12c4ed4e..7e6b3dd8c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Test Workflow](https://github.com/opensearch-project/security-analytics/workflows/Test%20Workflow/badge.svg)](https://github.com/opensearch-project/security-analytics/actions) +[![codecov](https://codecov.io/gh/opensearch-project/security-analytics/branch/main/graph/badge.svg)](https://codecov.io/gh/opensearch-project/security-analytics) ![Documentation](https://img.shields.io/badge/api-reference-blue.svg) ![Chat](https://img.shields.io/badge/chat-on%20forums-blue) ![PRs welcome!](https://img.shields.io/badge/PRs-welcome!-success)