Skip to content

Commit

Permalink
Added CodeCoverage Map (#2511)
Browse files Browse the repository at this point in the history
Co-authored-by: AbdulRehman Faraj <arfaraj@amazon.com>
  • Loading branch information
AbdulR3hman and AbdulRehman Faraj authored Jan 8, 2025
1 parent 7b40bf4 commit 4b99854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 4b99854

Please sign in to comment.