Coverage.py (@coveragepy) 's Twitter Profile
Coverage.py

@coveragepy

The coverage measurement tool for Python. Maintained by @nedbat.

No longer here, moved to Mastodon: hachyderm.io/@coveragepy

ID: 1190967590971232256

linkhttps://pypi.org/project/coverage/ calendar_today03-11-2019 12:24:38

148 Tweet

939 Takipçi

3 Takip Edilen

Juan Altmayer Pizzorno (@juanapizzorno) 's Twitter Profile Photo

We're releasing Slipcover v0.1.8, with: - CPython 3.11 support; - tentative PyPy support, contributed by Carl Friedrich Bolz-Tereick; - a tweak in the missing lines output;

Coverage.py (@coveragepy) 's Twitter Profile Photo

Coverage․py 6.4.3: a half-dozen small contributed fixes. Thanks everyone! pypi.org/project/covera… coverage.readthedocs.io/en/6.4.3/chang…

Coverage.py (@coveragepy) 's Twitter Profile Photo

Coverage․py 6.4.4, with 3.11 wheels! pypi.org/project/covera… Now is the time to run your test suites on 3.11.0rc1. Python 3.11 is shipping in October, so make sure your code is ready for it!

Coverage.py (@coveragepy) 's Twitter Profile Photo

Coverage․py 6.5.0: small changes, but packaging is slightly different. JSON report now has branch details. Let me know how it goes! coverage.readthedocs.io/en/6.5.0/chang… pypi.org/project/covera…

Coverage.py (@coveragepy) 's Twitter Profile Photo

Looking for opinions: when combining data files, should “*/foo” match “foo/bar”? Should relative_files=True mean that we always match file paths by prefixes? github.com/nedbat/coverag…

Anthony Sottile (@codewithanthony) 's Twitter Profile Photo

today's video is about "code coverage" (and uses Coverage.py as an example and shows how to get started with it) -- check it out! youtu.be/eQM3TOjsM_Q

Ned Batchelder (@nedbat) 's Twitter Profile Photo

“The idea that I can decide my open-source purpose feels a bit like a genie granting me a wish, and then I have to deal with the unanticipated plot twists that result.” nedbatchelder.com/blog/202210/id…

Coverage.py (@coveragepy) 's Twitter Profile Photo

Coverage․py 6.6.0 beta 1: improvements to file patterns and relative_files that mean you MIGHT have to tweak your settings. Please test this pre-release version and let us know if something isn’t working! Install: pypi.org/project/covera… Changes: coverage.readthedocs.io/en/6.6.0b1/cha…

Coverage․py 6.6.0 beta 1: improvements to file patterns and relative_files that mean you MIGHT have to tweak your settings.  Please test this pre-release version and let us know if something isn’t working!
Install: pypi.org/project/covera…
Changes: coverage.readthedocs.io/en/6.6.0b1/cha…
Coverage.py (@coveragepy) 's Twitter Profile Photo

Should coverage․py report on excluded lines that were actually executed? How would you want that to work? github.com/nedbat/coverag…

Coverage.py (@coveragepy) 's Twitter Profile Photo

Does PyCharm really use its own --omit switch on the command line? Should coverage․py combine the command line and the config? Or should the command line win like it does now? github.com/nedbat/coverag…

Coverage.py (@coveragepy) 's Twitter Profile Photo

When running coverage, lines that should have run but didn't are called "unexecuted." What's a word for the opposite? Lines we said wouldn't run, but did: Sneaks? Surprises? Gremlins? Escapees? We need ideas!
github.com/nedbat/coverag… (also need opinions about how to report...)

Coverage.py (@coveragepy) 's Twitter Profile Photo

New beta! Coverage․py 7.0.0b1 is out: pypi.org/project/covera… Many small improvements to path handling and combining data, plus markdown tables. Things might be broken! Let me know, please?

Ned Batchelder (@nedbat) 's Twitter Profile Photo

I’m posting on Mastodon these days, including this announcement of a beta of coverage․py 7.0.0: hachyderm.io/@nedbat/109451… Please try it and let me know if it works or if it doesn’t!

Coverage.py (@coveragepy) 's Twitter Profile Photo

Coverage․py 7.0 is out, but you might need to update your settings! Let me know how it goes… (Also at hachyderm.io/@nedbat/109539…)

Coverage.py (@coveragepy) 's Twitter Profile Photo

(From hachyderm.io/@nedbat/109761…) Have you wanted to measure coverage, but exclude certain data points because the lines ran "when it didn't count"? Help me figure out how to make that possible: github.com/nedbat/coverag…