Results 963 comments of Ned Batchelder

Adding some tracing code into landcoverai.py, I see this stack trace for where the module is imported: ``` : /usr/local/virtualenvs/tmp-ee7baa61fc72a30/bin/coverage:8 main : /Users/ned/coverage/trunk/coverage/cmdline.py:970 command_line : /Users/ned/coverage/trunk/coverage/cmdline.py:681 do_run : /Users/ned/coverage/trunk/coverage/cmdline.py:855 start...

> So this feature may stop working for everyone who uses numpy, not just PyTorch users. Would you be able to try this with numpy to let us know?

Thanks for doing this, and linking directly to the preview. I think the summary would be a little better if the arguments were shown, especially since sometimes a value mentioned...

It looks like `attestations` is the issue. This passes: ``` name: "Publish" on: push: jobs: publish-to-pypi: name: foo runs-on: ubuntu permissions: id-token: write steps: - uses: pypa/gh-action-pypi-publish ``` This fails:...

Taking a quick look, this doesn't have the usual signals of malware: it's not obfuscated in some way, and it seems to have bits and pieces of trying to make...

I've started by writing to the author of the package.

I requested the removal: https://github.com/pypi/support/issues/7204

The real challenge here is finding realistic test suites to use to measure performance.

There are two ways to accommodate this need now: 1) Don't use the green highlighting at all. It's off by default, and can be turned off. The idea was to...

Thanks for the thought-provoking issue, and @edk0 for the impressive hack to try it out :) I think just as branch coverage can shine light on the "missing implicit else"...