From 4b9985460d35c5ab3515f1944f443f8dbee95931 Mon Sep 17 00:00:00 2001 From: AbdulRehman Date: Wed, 8 Jan 2025 14:23:02 -0500 Subject: [PATCH] Added CodeCoverage Map (#2511) Co-authored-by: AbdulRehman Faraj --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78be6fafca..52b1f1e09a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Amazon Athena Query Federation [![Build Status](https://github.com/awslabs/aws-athena-query-federation/workflows/Java%20CI%20Push/badge.svg)](https://github.com/awslabs/aws-athena-query-federation/actions) +[![codecov](https://codecov.io/github/awslabs/aws-athena-query-federation/graph/badge.svg?token=x5Q7jg0yUy)](https://codecov.io/github/awslabs/aws-athena-query-federation) The Amazon Athena Query Federation SDK allows you to customize Amazon Athena with your own code. This enables you to integrate with new data sources, proprietary data formats, or build in new user defined functions. Initially these customizations will be limited to the parts of a query that occur during a TableScan operation but will eventually be expanded to include other parts of the query lifecycle using the same easy to understand interface.