Skip to content

Commit d323453

Browse files
Update README.md
1 parent d81403d commit d323453

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# GO Feature Flag API - API to configure your feature flag
22
![WIP](https://img.shields.io/badge/status-%E2%9A%A0%EF%B8%8FWIP-red)
3+
[![Build](https://github.com/go-feature-flag/app-api/actions/workflows/ci.yaml/badge.svg)](https://github.com/go-feature-flag/app-api/actions/workflows/ci.yaml)
4+
[![codecov](https://codecov.io/github/go-feature-flag/app-api/graph/badge.svg?token=oqi5Ncgefx)](https://codecov.io/github/go-feature-flag/app-api)
35

46
This repository is a work in progress initiative to create an API to manage your feature flags.
57

@@ -37,4 +39,4 @@ make build
3739
./out/bin/goff-api
3840
```
3941

40-
When started you can access the swagger UI at [http://localhost:3001/swagger/](http://localhost:3001/swagger/).
42+
When started you can access the swagger UI at [http://localhost:3001/swagger/](http://localhost:3001/swagger/).

0 commit comments

Comments
 (0)