Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: don't measure third-party scriptsnedbat/bin-exclude | Ned Batchelder | 2021-04-11 | 1 | -14/+22 |
| | | | | | | This finishes the last bit of #905 Also includes tighter logging of the reason for not tracing modules. | ||||
* | debug: label each matcher with its role | Ned Batchelder | 2021-04-11 | 1 | -7/+7 |
| | |||||
* | fix: don't measure third-party packages | Ned Batchelder | 2021-04-10 | 1 | -9/+94 |
| | | | | | | | | | | | | Avoid measuring code located where third-party packages get installed. We have to take care to measure --source code even if it is installed in a third-party location. This also fixes #905, coverage generating warnings about coverage being imported when it will be measured. https://github.com/nedbat/coveragepy/issues/876 https://github.com/nedbat/coveragepy/issues/905 | ||||
* | refactor: move stdlib and coverage location logic into functions | Ned Batchelder | 2021-04-10 | 1 | -29/+41 |
| | |||||
* | fix: remove debugging code I checked in by accident | Ned Batchelder | 2021-03-19 | 1 | -3/+0 |
| | |||||
* | style: correct two recent lint faux pas | Ned Batchelder | 2021-03-18 | 1 | -0/+3 |
| | |||||
* | Create Way to force package even if filepath exists (#1026) | Thomas Grainger | 2020-09-12 | 1 | -0/+1 |
| | | | Fixes: #268 | ||||
* | More details on --source filtering | Ned Batchelder | 2020-06-29 | 1 | -9/+33 |
| | |||||
* | Don't trace non-encodable file names. #891 | Ned Batchelder | 2020-01-01 | 1 | -0/+6 |
| | |||||
* | A helper to get code objects | Ned Batchelder | 2019-12-02 | 1 | -5/+2 |
| | |||||
* | Correct some function names and docstrings. #843 | Ned Batchelder | 2019-09-09 | 1 | -8/+11 |
| | |||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | Don't try to use PyPy 'filenames' like '<builtin>/lib_pypy/_structseq.py' | Ned Batchelder | 2018-11-25 | 1 | -2/+4 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Finish up the inorout docstrings | Ned Batchelder | 2018-03-13 | 1 | -2/+17 |
| | |||||
* | check_preimported=True controls whether coverage checks pre-imported files ↵ | Ned Batchelder | 2018-03-06 | 1 | -3/+0 |
| | | | | when starting | ||||
* | In 3.7, namespace modules can have: mod.__file__ is None | Ned Batchelder | 2018-03-05 | 1 | -7/+16 |
| | |||||
* | More uniformity | Ned Batchelder | 2018-02-26 | 1 | -6/+6 |
| | | | | | --HG-- branch : inorout | ||||
* | Huge refactor of code out of control into inorout | Ned Batchelder | 2018-02-25 | 1 | -0/+440 |
--HG-- branch : inorout |