diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-01-11 11:41:07 -0700 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-01-11 11:41:07 -0700 |
commit | 4969e33e28e09581a3b380dec7ebdc8594d67838 (patch) | |
tree | 3fe162f05aad5df87d64f3117ab3af2e433fab41 /.gitignore | |
parent | e183f9cd23380a81071c32f64c91e60f46a7d8cb (diff) |
WIP improve test coverage
There is a test of Response.Read that is failing and I haven't yet
figured out why.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d83068 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +coverage.out |