Skip to content

Commit 0e3bd45

Browse files
committed
update codecov badge
1 parent 5e12fa6 commit 0e3bd45

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Build Status](https://github.com/SOFTNETWORK-APP/tapir-http-session/workflows/Build/badge.svg)
2-
[![codecov](https://codecov.io/github/SOFTNETWORK-APP/tapir-http-session/branch/main/graph/badge.svg?token=M9KVXR8KGS)](https://codecov.io/gh/SOFTNETWORK-APP/tapir-http-session/)
2+
[![codecov](https://codecov.io/gh/SOFTNETWORK-APP/tapir-http-session/branch/master/graph/badge.svg?token=AYTRPZ1MYV)](https://codecov.io/gh/SOFTNETWORK-APP/tapir-http-session)
33
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/122252a6bdfb41c3af16d31f8cefaecc)](https://www.codacy.com/gh/SOFTNETWORK-APP/tapir-http-session/dashboard?utm_source=github.com&utm_medium=referral&utm_content=SOFTNETWORK-APP/tapir-http-session&utm_campaign=Badge_Grade)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

@@ -42,10 +42,6 @@ session data that is sent to the client, and verified when the session token is
4242
* all `akka-http-session` features
4343
* [tapir](https://tapir.softwaremill.com) integration
4444

45-
## Example
46-
47-
You can try out a simple example by running [`com.softwaremill.example.ScalaExample`](https://github.com/softwaremill/akka-http-session/blob/master/example/src/main/scala/com/softwaremill/example/ScalaExample.scala) or [`com.softwaremill.example.JavaExample`](https://github.com/softwaremill/akka-http-session/blob/master/example/src/main/java/com/softwaremill/example/JavaExample.java) and opening [http://localhost:8080](http://localhost:8080).
48-
4945
## `SessionManager` & configuration
5046

5147
All endpoints require an (implicit for scala) instance of a `SessionManager[T]` (or `SessionManager<T>`), which can be created by providing a server

0 commit comments

Comments
 (0)