Results 963 comments of Ned Batchelder

You might need to try using the Coverage API, using start() and stop() around the request, and then examining the data each time. When you say "each request" I don't...

The choice of light/dark is dynamic based on your OS or browser settings. Try this page: https://nedbatchelder.com/files/sample_coverage_html/index.html. When I change my Mac OS mode, the page changes. Perhaps something about...

Let me know if there's something I can change in the HTML to make it work better.

BTW, in this repo (devguide), "Rebase and merge" is enabled along with "Squash and merge."

I'll add my voice to this comment: > We also got burned by this. I see the logic in excluding hidden files recursively nested inside directories. But I struggle to...

On my Mac, I had this error: ``` - InvalidBaseImagePlatform: Base image gcr.io/oss-fuzz-base/base-builder-python was pulled with platform "linux/amd64", expected "linux/arm64" for current build (line 17) ``` This patch seems to...

Interesting idea. That doesn't exist yet.

The original report here shows version pins to some fairly old versions of pytest-cov and coverage itself. Does the problem still happen with up-to-date versions?

Another option: add information like this to the coverage.py docs, with a clear indication from here that much of the pytest-cov behavior is from coverage.py.

Here's a URL that will work to get followers: ``` https://img.shields.io/badge/dynamic/json?label=Mastodon&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=nedbat&logo=mastodon&style=flat-square ``` ![sample](https://img.shields.io/badge/dynamic/json?label=Mastodon&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=nedbat&logo=mastodon&style=flat-square)