Open yarikoptic opened 4 years ago
I think this behavior should be disabled by default, so it will be more secure, and no one on the network can attach to WebSocket and read files
That is only for WebUI, so it can render coverage on actual file. I do not use WebUI anymore and this probably should be handled as part of https://github.com/gleb-sevruk/pycrunch-engine/issues/33
by providing --unsafe
flag or similar
actual call is made js side: https://github.com/gleb-sevruk/pycrunch-engine/blob/master/front/src/store.js#L17
But PyCharm extension does not need this at all.
The above comment doesn't answer original question, see here: https://github.com/gleb-sevruk/pycrunch-engine/issues/31#issuecomment-717389041
after some hand-twisting of datalad to not blow up due to nested async loop (just temp workaround) etc, I managed to get pycrunch to discover some tests and I tried to run but then saw log being populated with "sending" of system wide paths somewhere -- is that expected? (in general I do not care to monitor code outside of the project)