Xiaoxuan Jin
Xiaoxuan Jin
Copy from #1593, scenario where add cookie for 'www.google.com' won't work: The Add Cookie method only allows setting a cookie with a domain equal to the current browsing context's document....
Yeah, the behavior is by design, aka, not going to change.
It seems like the following command is close to what I want to run: coverage run --source=/usr/local/home/xiaojin/Workspace/pyle,/usr/local/home/xiaojin/.virtualenvs/pyle/lib64/python3.11/site-packages deps_analysis.py --debug=trace where deps_analysis.py is the following just to test out what coverage...
@nedbat , I'm able to update the coverage to the latest version. However, I'm having the same issue with the report. With --source specified, Coverage report shows a lot of...
Yeah, I seem to be getting measurements of packages I'm not interested in, from both project src and 3rd party package directories. Here's the scenario I'm trying: I wrote a...
An update, I think the coverage is measuring only the dependencies invoked by the dummy test. It's just that all the files in the directory seem to be listed, with...
I'm able to --skip-empty https://coverage.readthedocs.io/en/latest/cmd.html, and that removed 0% coverage files. However, of the files left, I'm not sure if they are triggered as dependencies of my test, seems more...
Sorry for the delayed response, got roped into a different project. Just to recap, I want to determine 1. What 3rd party dependencies are used by my project (and %...
Thank you! Looking forward to the good news, keep me updated :)
Hi, is there some update for this repo security request? We have some project decision pending, would really love to be able to move forward with this security concern resolved....