Ned Batchelder
Ned Batchelder
*Originally reported by* **controversial (Bitbucket: [controversial](https://bitbucket.org/controversial), GitHub: [controversial](https://github.com/controversial))** ---------------------------------------- I'm using the command-line API to measure coverage as part of my testing script. I'd like, however, to be able to...
*Originally reported by* **John Vandenberg (Bitbucket: [jayvdb](https://bitbucket.org/jayvdb), GitHub: [jayvdb](https://github.com/jayvdb))** ---------------------------------------- If a branch only contains `pass` it is required to be covered even if the branch is `#pragma: no cover`....
*Originally reported by* **pckroon (Bitbucket: [pckroon](https://bitbucket.org/pckroon), GitHub: [pckroon](https://github.com/pckroon))** ---------------------------------------- Hi all, first off, thanks for the great work you've been doing so far with this :) This is a duplicate...
*Originally reported by* **Remi Rampin (Bitbucket: [remram44](https://bitbucket.org/remram44), GitHub: [remram44](https://github.com/remram44))** ---------------------------------------- I would very much like the HTML report to have a tree view, that would show aggregated totals for packages...
Project views include filters and fields to display: can we use them to better control what is displayed and linked?
You can add a filter query to a project URL: `?filterQuery=label%3A"Q4+2022"`. Note that this will override the default filter for the project, so if you had hidden the Done column...
Currently, issue labels are displayed, but not project custom fields. "Info arch" and "oep-55" are labels, "Q4: 2022" and "Q1: 2023" are project custom fields.
I use `since: 3days` so that on Monday I can see what happened on Friday. A smart "workday" unit would make that unnecessary.
# Bug report ## Checklist - [x] I am confident this is a bug in CPython, not a bug in a third-party project - [x] I have searched the CPython...