.editorconfig .gitattributes .rusty-hook.toml Cargo.toml LICENSE Makefile.toml benches/bench_commands.rs docs/api/brush.svg docs/api/dark.css docs/api/down-arrow.svg docs/api/favicon.ico docs/api/implementors/core/clone/trait.Clone.js docs/api/implementors/core/default/trait.Default.js docs/api/implementors/core/fmt/trait.Debug.js docs/api/implementors/core/fmt/trait.Display.js docs/api/implementors/core/marker/trait.Copy.js docs/api/implementors/core/marker/trait.Freeze.js docs/api/implementors/core/marker/trait.Send.js docs/api/implementors/core/marker/trait.Sync.js docs/api/implementors/core/marker/trait.Unpin.js docs/api/implementors/simple_redis/types/trait.RedisArg.js docs/api/implementors/std/panic/trait.RefUnwindSafe.js docs/api/implementors/std/panic/trait.UnwindSafe.js docs/api/light.css docs/api/main.js docs/api/normalize.css docs/api/noscript.css docs/api/rustdoc.css docs/api/search-index.js docs/api/settings.css docs/api/settings.js docs/api/simple_redis/client/sidebar-items.js docs/api/simple_redis/sidebar-items.js docs/api/simple_redis/types/sidebar-items.js docs/api/source-files.js docs/api/source-script.js docs/api/storage.js docs/api/theme.js docs/api/wheel.svg examples/init_and_simple_operations.rs examples/open_close_connection.rs examples/pubsub.rs examples/set_get.rs examples/subscription_flow.rs src/client.rs src/client_test.rs src/commands.rs src/commands_test.rs src/connection.rs src/connection_test.rs src/lib.rs src/lib_test.rs src/subscriber.rs src/subscriber_test.rs src/types.rs src/types_test.rs tests/client_test.rs tests/commands_test.rs tests/pubsub_test.rs <<<<<< network # path=./target/coverage/7/pubsub_test-609c94c610db1d39.2008687737dd4e7c/coverage.json { "files": [ {"file": "/home/runner/work/simple_redis/simple_redis/src/subscriber.rs", "percent_covered": "74.53", "covered_lines": "79", "total_lines": "106"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/connection.rs", "percent_covered": "84.38", "covered_lines": "27", "total_lines": "32"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/client.rs", "percent_covered": "90.20", "covered_lines": "46", "total_lines": "51"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/types.rs", "percent_covered": "54.55", "covered_lines": "6", "total_lines": "11"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/commands.rs", "percent_covered": "100.00", "covered_lines": "3", "total_lines": "3"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/lib.rs", "percent_covered": "100.00", "covered_lines": "3", "total_lines": "3"} ], "percent_covered": "79.61", "covered_lines": 164, "total_lines": 206, "percent_low": 25, "percent_high": 75, "command": "pubsub_test-609c94c610db1d39", "date": "2020-08-19 17:28:23" } <<<<<< EOF # path=./target/coverage/7/pubsub_test-609c94c610db1d39.2008687737dd4e7c/cobertura.xml /home/runner/work/simple_redis/simple_redis/src/ <<<<<< EOF # path=./target/coverage/1/client_test-00e18484202aa8d6.2008687737dd4e7c/coverage.json { "files": [ {"file": "/home/runner/work/simple_redis/simple_redis/src/subscriber.rs", "percent_covered": "71.43", "covered_lines": "75", "total_lines": "105"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/types.rs", "percent_covered": "54.55", "covered_lines": "6", "total_lines": "11"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/commands.rs", "percent_covered": "100.00", "covered_lines": "6", "total_lines": "6"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/lib.rs", "percent_covered": "100.00", "covered_lines": "3", "total_lines": "3"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/connection.rs", "percent_covered": "84.38", "covered_lines": "27", "total_lines": "32"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/client.rs", "percent_covered": "96.88", "covered_lines": "62", "total_lines": "64"} ], "percent_covered": "81.00", "covered_lines": 179, "total_lines": 221, "percent_low": 25, "percent_high": 75, "command": "client_test-00e18484202aa8d6", "date": "2020-08-19 17:27:56" } <<<<<< EOF # path=./target/coverage/1/client_test-00e18484202aa8d6.2008687737dd4e7c/cobertura.xml /home/runner/work/simple_redis/simple_redis/src/ <<<<<< EOF # path=./target/coverage/6/commands_test-c927bffdc2d11697.2008687737dd4e7c/coverage.json { "files": [ {"file": "/home/runner/work/simple_redis/simple_redis/src/types.rs", "percent_covered": "54.55", "covered_lines": "6", "total_lines": "11"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/subscriber.rs", "percent_covered": "69.81", "covered_lines": "74", "total_lines": "106"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/connection.rs", "percent_covered": "84.38", "covered_lines": "27", "total_lines": "32"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/lib.rs", "percent_covered": "100.00", "covered_lines": "3", "total_lines": "3"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/commands.rs", "percent_covered": "100.00", "covered_lines": "157", "total_lines": "157"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/client.rs", "percent_covered": "89.39", "covered_lines": "59", "total_lines": "66"} ], "percent_covered": "86.93", "covered_lines": 326, "total_lines": 375, "percent_low": 25, "percent_high": 75, "command": "commands_test-c927bffdc2d11697", "date": "2020-08-19 17:28:13" } <<<<<< EOF # path=./target/coverage/6/commands_test-c927bffdc2d11697.2008687737dd4e7c/cobertura.xml /home/runner/work/simple_redis/simple_redis/src/ <<<<<< EOF # path=./target/coverage/5/simple_redis-bf1af912f124b728.2008687737dd4e7c/coverage.json { "files": [ {"file": "/home/runner/work/simple_redis/simple_redis/src/subscriber.rs", "percent_covered": "85.71", "covered_lines": "6", "total_lines": "7"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/client_test.rs", "percent_covered": "100.00", "covered_lines": "26", "total_lines": "26"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/commands_test.rs", "percent_covered": "100.00", "covered_lines": "25", "total_lines": "25"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/connection.rs", "percent_covered": "84.38", "covered_lines": "27", "total_lines": "32"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/subscriber_test.rs", "percent_covered": "100.00", "covered_lines": "6", "total_lines": "6"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/client.rs", "percent_covered": "92.31", "covered_lines": "36", "total_lines": "39"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/lib_test.rs", "percent_covered": "100.00", "covered_lines": "8", "total_lines": "8"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/types_test.rs", "percent_covered": "100.00", "covered_lines": "8", "total_lines": "8"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/commands.rs", "percent_covered": "100.00", "covered_lines": "6", "total_lines": "6"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/lib.rs", "percent_covered": "100.00", "covered_lines": "3", "total_lines": "3"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/types.rs", "percent_covered": "40.00", "covered_lines": "4", "total_lines": "10"}, {"file": "/home/runner/work/simple_redis/simple_redis/src/connection_test.rs", "percent_covered": "100.00", "covered_lines": "4", "total_lines": "4"} ], "percent_covered": "91.38", "covered_lines": 159, "total_lines": 174, "percent_low": 25, "percent_high": 75, "command": "simple_redis-bf1af912f124b728", "date": "2020-08-19 17:27:57" } <<<<<< EOF # path=./target/coverage/5/simple_redis-bf1af912f124b728.2008687737dd4e7c/cobertura.xml /home/runner/work/simple_redis/simple_redis/src/ <<<<<< EOF