From c04ab05442c1afdb738b08d61538e7af0abe7e7b Mon Sep 17 00:00:00 2001 From: Niyati Maheshwari Date: Tue, 12 Sep 2023 13:22:39 -0700 Subject: [PATCH] upload to codecov and add a badge --- .github/workflows/ci.yml | 6 +++++- README.md | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 660e472b..873c4c42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: contents: read strategy: matrix: - os: [ macos-10.15, ubuntu-18.04, windows-2019] + os: [ macos-10.latest, ubuntu-latest, windows-2019] java: [ 8, 11, 16 ] steps: - name: Checkout the repository @@ -50,3 +50,7 @@ jobs: exit 1 fi shell: bash + - name: Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index 919f4aef..61d75e1c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## Amazon Kinesis Video Streams Producer SDK Java - +

+ +

## License This library is licensed under the Apache License, 2.0.