ReenigneArcher
ReenigneArcher
It does find it, because I have one project that `gcov` doesn't run on, because the tests are run by by Macports (the directory is screwy). e.g. https://github.com/LizardByte/Sunshine/actions/runs/8682672118/job/23807558159#step:17:47 But here...
I can confirm that disabling the search indeed changes the results. I don't know whether the results are accurate or not. I get a lot of partials, on lines that...
Thank you for the response. I really appreciate the support! Unfortunately, that also doesn't seem to provide what I would expect to be covered. The behavior is also different between...
Hmm... the results are the same. https://github.com/LizardByte/Sunshine/pull/2335/files Links above are the same and show the same coverage.
Sorry for the delay. I am pretty new to testing in C++, so could you elaborate how I am supposed to check them and what I should be checking for?
`praw` creates lazy objects and doesn't make an api request until you access a property. The issue is with the 'Content-Length' header mismatch, as the placeholder is shorter in length...
Well, I need to strip out an access token from the body... my understanding (based on the docs) is the body would remain unchanged with that option, thus exposing my...
This ended up working as a before playback callback... ideally I would like to do this before record, but I couldn't get it to work. ```py def patch_content_length( interaction: cassette.cassette.Interaction,...
Right... the problem being that when the length of the placeholder is different than the original length for what you want to replace... the "Content-Length" header no longer matches... and...
It seems this repo is no longer maintained, and possibly no longer necessary? I am going to try `myst-parser`: https://github.com/LizardByte/.github/pull/373 https://www.sphinx-doc.org/en/master/usage/markdown.html