Closed jitseniesen closed 1 year ago
Merging #202 (c97b676) into master (a9e3cb5) will increase coverage by
0.97%
. The diff coverage is96.22%
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
Instead of parsing the output of unittest, which is supposed to be human reading and thus error prone to parse, run the tests programmatically and send the test results over a separate channel. This mirrors what we do with pytest.
Add a test with an example that was parsed incorrectly before and now works.
Fixes #73. Fixes #76. Fixes #160.