From 4969e33e28e09581a3b380dec7ebdc8594d67838 Mon Sep 17 00:00:00 2001 From: tjpcc Date: Wed, 11 Jan 2023 11:41:07 -0700 Subject: WIP improve test coverage There is a test of Response.Read that is failing and I haven't yet figured out why. --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d83068 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +coverage.out -- cgit v1.2.3