Skip to content

Commit

Permalink
Add last release and docker pull badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerasimchuk committed Nov 10, 2023
1 parent 679f48d commit b24a802
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@

----

[![Release](https://img.shields.io/github/v/release/mgerasimchuk/protty)](https://github.com/mgerasimchuk/protty/releases)
[![Docker pulls](https://img.shields.io/docker/pulls/mgerasimchuk/protty)](https://hub.docker.com/r/mgerasimchuk/protty)

[![Lint Golangci](https://github.com/mgerasimchuk/protty/actions/workflows/lint-golangci.yml/badge.svg)](https://github.com/mgerasimchuk/protty/actions/workflows/lint-golangci.yml)
[![Test (unit)](https://github.com/mgerasimchuk/protty/actions/workflows/test-unit.yml/badge.svg)](https://github.com/mgerasimchuk/protty/actions/workflows/test-unit.yml)
[![Coverage (unit)](https://github.com/mgerasimchuk/protty/wiki/assets/coverage/unit/coverage.svg)](https://github.com/mgerasimchuk/protty/wiki/Test-coverage-report)
[![Test (integration)](https://github.com/mgerasimchuk/protty/actions/workflows/test-integration.yml/badge.svg)](https://github.com/mgerasimchuk/protty/actions/workflows/test-integration.yml)
[![Coverage (integration)](https://github.com/mgerasimchuk/protty/wiki/assets/coverage/integration/coverage.svg)](https://github.com/mgerasimchuk/protty/wiki/Test-coverage-report)
[![Coverage (integration)](https://github.com/mgerasimchuk/protty/wiki/assets/coverage/integration/coverage.svg)](https://github.com/mgerasimchuk/protty/wiki/Test-coverage-report)

Protty is an HTTP proxy written in Go that redirects, intercepts, and modifies both requests to a remote host and their
corresponding responses.
Expand Down

0 comments on commit b24a802

Please sign in to comment.