From 2e9791581f8df915ffc2f2a5c0525cfdd11afcdd Mon Sep 17 00:00:00 2001 From: Matt Ramotar Date: Tue, 12 Mar 2024 13:17:57 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bd35d5..5ab3c1e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Paging +[![codecov](https://codecov.io/gh/matt-ramotar/Paging/graph/badge.svg?token=62YL5HZR9Q)](https://codecov.io/gh/matt-ramotar/Paging) + Powerful and extensible library for efficient paging in Kotlin Multiplatform projects. Built with a focus on performance, flexibility, and ease of use. ## Features @@ -146,4 +148,4 @@ distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -``` \ No newline at end of file +```