Skip to content

Commit

Permalink
upload to codecov and add a badge
Browse files Browse the repository at this point in the history
  • Loading branch information
niyatim23 authored and disa6302 committed Dec 6, 2023
1 parent a1953f1 commit c04ab05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -50,3 +50,7 @@ jobs:
exit 1
fi
shell: bash
- name: Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Amazon Kinesis Video Streams Producer SDK Java

<p align="center">
<a href="https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-java/actions/workflows/ci.yml"> <img src="https://github.com/awslabs/amazon-kinesis-video-streams-producer-sdk-java/actions/workflows/ci.yml/badge.svg"> </a>
</p>
## License

This library is licensed under the Apache License, 2.0.
Expand Down

0 comments on commit c04ab05

Please sign in to comment.