rust-socketio icon indicating copy to clipboard operation
rust-socketio copied to clipboard

improve existing test coverage

Open kw-fn opened this issue 5 years ago • 4 comments

this issue is meant to stand in as a low-priority to-do item for eventually moving the test cases from original source files into a tests/ directory, it may also be used to track the coverage of tests up until then and other immediate testing related issues not specific to GH or CI/CD

kw-fn avatar Jan 26 '21 21:01 kw-fn

We might also add a coverage checker to the repo, maybe Codecov. But this only makes sense if the containerized tests are up and running.

1c3t3a avatar Jan 31 '21 13:01 1c3t3a

I've thought this through and IMO the tests in each file are clearly easier to grasp and understand than when they're in a separate file.

1c3t3a avatar Mar 12 '21 13:03 1c3t3a

Further information about how the pipeline and the test suite is set up can be found at ci/README.md.

1c3t3a avatar Apr 05 '21 10:04 1c3t3a

Code coverage is a staggering 88% (will be higher once https://github.com/1c3t3a/rust-socketio/issues/45 is fixed), is this still needed @1c3t3a ?

ctrlaltf24 avatar Aug 16 '21 20:08 ctrlaltf24