Skip to content

Commit

Permalink
Merge pull request #12 from keikoproj/update-readme
Browse files Browse the repository at this point in the history
Update build and codecov links in README.md
  • Loading branch information
tekenstam authored Sep 21, 2023
2 parents 61dc62e + 1266c72 commit a625f02
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions README.md
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

0 comments on commit a625f02

Please sign in to comment.