Skip to content

Commit 0114c42

Browse files
authored
Add CI badge to README
Added CI badge to README for build status.
1 parent c7f72f5 commit 0114c42

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A tiny debug HTTP interceptor: it exposes an `/inbound` endpoint that accepts any POST request, stores it in memory, and shows it in a minimalist Vue UI. Includes a FastAPI backend API for listing, viewing, and deleting captured requests.
44

5+
[![CI](https://github.com/maesse/HTTPIntercepter/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/maesse/HTTPIntercepter/actions/workflows/ci.yml)
6+
57
## Structure
68

79
- `backend/` — FastAPI app, pytest tests

0 commit comments

Comments
 (0)