Skip to content

Commit

Permalink
Add badges to README (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
seborama authored Aug 8, 2022
1 parent a5c2dc1 commit 979ebcf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# govcr

<p align="center">
<a href="https://pkg.go.dev/github.com/seborama/govcr/v7">
<img src="https://img.shields.io/badge/godoc-reference-blue.svg" alt="govcr">
</a>

<a href="https://goreportcard.com/report/github.com/seborama/govcr/v7">
<img src="https://goreportcard.com/badge/github.com/seborama/govcr/v7" alt="govcr">
</a>
</p>

Records and replays HTTP / HTTPS interactions for offline unit / behavioural / integration tests thereby acting as an HTTP mock.

This project was inspired by [php-vcr](https://github.com/php-vcr/php-vcr) which is a PHP port of [VCR](https://github.com/vcr/vcr) for ruby.
Expand Down

0 comments on commit 979ebcf

Please sign in to comment.