Results 963 comments of Ned Batchelder

Interesting idea, but it seems very specialized for something like coverage. A separate tool could look at the coverage report, and make this kind of assessment. Would that work for...

A JSON report (#720) would make it possible to implement this feature, especially if it included sub-totals for each directory of code.

See https://nedbatchelder.com/blog/202111/coverage_goals.html for some progress on a tool to do this.

I'm wondering if using the json report to drive some conditionals outside of coverage.py would be a simple way to get what you need.

See https://nedbatchelder.com/blog/202111/coverage_goals.html for progress on improved target measurement.

Thanks for trying this on GitHub Enterprise. I have no access to a similar installation, and don't know anything about it. Is version 3.3 the latest? I'm not even sure...

Thanks to your link in the other issue, I've found https://docs.github.com/en/[email protected]/graphql/reference/objects#issue, which does not mention `stateReason`. I wonder what other fields are missing? It looks like all of `ProjectNext`/`ProjectV2` is...

OK, thanks for the quick reply, that's better than I manage in my own side-project repos!

I am very interested in this, but I don't yet understand what I am looking at! :) Can you write up some details that can go into the coverage.py development/contributing...

I don't know atheris at all. From reading this, it looks like we ask Atheris for completely random data, and then try to parse it as Python? So it will...