forked from ticketmaster/aws-sdk-go-cache
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from keikoproj/update-readme
Update build and codecov links in README.md
- Loading branch information
Showing
1 changed file
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,18 @@ | ||
[![Coverage Status](https://coveralls.io/repos/github/ticketmaster/aws-sdk-go-cache/badge.svg?branch=master)](https://coveralls.io/github/ticketmaster/aws-sdk-go-cache?branch=master) | ||
[![Go Report Card](https://goreportcard.com/badge/github.com/ticketmaster/aws-sdk-go-cache)](https://goreportcard.com/report/github.com/ticketmaster/aws-sdk-go-cache) | ||
[![Build Status](https://travis-ci.org/ticketmaster/aws-sdk-go-cache.svg?branch=master)](https://travis-ci.org/ticketmaster/aws-sdk-go-cache) | ||
|
||
# aws-sdk-go-cache | ||
|
||
[![Go Report Card][GoReportImg]][GoReportUrl] | ||
[![Build Status][BuildStatusImg]][BuildMasterUrl] | ||
[![codecov][CodecovImg]][CodecovUrl] | ||
|
||
This package provides a caching layer for the AWS SDK for Go. It is designed to be used as a drop-in replacement for the AWS SDK for Go. It was forked from [ticketmaster/aws-sdk-go-cache](https://github.com/ticketmaster/aws-sdk-go-cache). | ||
|
||
|
||
<!-- Markdown link --> | ||
[GoReportImg]: https://goreportcard.com/badge/github.com/keikoproj/aws-sdk-go-cache | ||
[GoReportUrl]: https://goreportcard.com/report/github.com/keikoproj/aws-sdk-go-cache | ||
|
||
[BuildStatusImg]: https://github.com/keikoproj/aws-sdk-go-cache/actions/workflows/unit-test.yaml/badge.svg?branch=master | ||
[BuildMasterUrl]: https://github.com/keikoproj/aws-sdk-go-cache/actions/workflows/unit-test.yaml | ||
|
||
[CodecovImg]: https://codecov.io/gh/keikoproj/aws-sdk-go-cache/branch/master/graph/badge.svg | ||
[CodecovUrl]: https://codecov.io/gh/keikoproj/aws-sdk-go-cache |