From d14bf8ae14aa64fe4e9de1cd0aa3ca0a7ad53b30 Mon Sep 17 00:00:00 2001 From: Joe Kaufeld Date: Tue, 3 Sep 2024 01:20:04 -0400 Subject: [PATCH] :memo: update README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 23c91f9..03727cc 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,4 @@ And, honestly, I think I got there. Here's a non-exhaustive list of things this - Optional POST data validation middleware with Pydantic - Session middleware with built-in session store - Database support (using Peewee, but you can use whatever you want as long as there's a Peewee driver for it) -- Tests (currently a little over 80% coverage) - -Once tests are in and proven to work, then I'll release as version 1.0. - -- currently missing tests for cors middleware - -If you're reading this on GitHub, this repository is a public mirror of https://git.joekaufeld.com/jkaufeld/spiderweb. \ No newline at end of file +- Tests (currently roughly 89% coverage)