Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | --skip-empty now applies to the XML report also. #976nedbat/bug976 | Ned Batchelder | 2020-06-30 | 1 | -2/+2 |
| | |||||
* | More details on --source filtering | Ned Batchelder | 2020-06-29 | 1 | -2/+4 |
| | |||||
* | Finish up --precision | Ned Batchelder | 2020-05-12 | 1 | -5/+13 |
| | |||||
* | Add --precision switch to report command | Teake Nutma | 2020-04-30 | 1 | -2/+2 |
| | |||||
* | Finish up #967. Thanks, Bernát Gábor | Ned Batchelder | 2020-04-11 | 1 | -1/+8 |
| | |||||
* | Include PID in the atexit log | Bruno P. Kinoshita | 2020-01-28 | 1 | -1/+1 |
| | |||||
* | Ensure file touching happens if nothing was measured. #884 | Ned Batchelder | 2020-01-04 | 1 | -1/+1 |
| | |||||
* | Write debug info after initting for start. | Ned Batchelder | 2019-12-29 | 1 | -4/+7 |
| | | | | | | | A few important and confusing things are only created in _init_for_start, and without resetting the write-debug-info flag, we never see them in the debug output. This makes the info appear more than once, but at least we get what we need. | ||||
* | Fix --debug=sys. #907 | Ned Batchelder | 2019-12-28 | 1 | -1/+1 |
| | |||||
* | Warn if two things change the dynamic context. #901 | Ned Batchelder | 2019-12-27 | 1 | -0/+4 |
| | |||||
* | Warnings can be marked to only display once. | Ned Batchelder | 2019-12-27 | 1 | -2/+13 |
| | |||||
* | A way to artificially crash coverage, for testing. | Ned Batchelder | 2019-12-23 | 1 | -1/+6 |
| | |||||
* | Tweak some coverage details of switch_context code | Ned Batchelder | 2019-12-22 | 1 | -2/+2 |
| | |||||
* | run --append --concurrency=multiprocessing didn't use a suffix for the main ↵ | Ned Batchelder | 2019-12-17 | 1 | -4/+6 |
| | | | | process. #880 | ||||
* | Be clear about the documented parts of the API. | Ned Batchelder | 2019-12-16 | 1 | -0/+4 |
| | |||||
* | Fix two misspellings | Ned Batchelder | 2019-12-08 | 1 | -1/+1 |
| | |||||
* | Coverage(data_file=None) means no data file at all. #871 | Ned Batchelder | 2019-12-02 | 1 | -6/+21 |
| | |||||
* | Experimental: relative_files to support relative file names. | Ned Batchelder | 2019-12-01 | 1 | -5/+9 |
| | |||||
* | Clean-ups I noticed while doing something else | Ned Batchelder | 2019-11-17 | 1 | -8/+8 |
| | |||||
* | Tweaks to Coverage docstrings | Ned Batchelder | 2019-11-10 | 1 | -10/+10 |
| | |||||
* | '[run] note' is no longer supported. | Ned Batchelder | 2019-11-09 | 1 | -1/+1 |
| | |||||
* | Optionally skip empty files in reports | reybog90 | 2019-11-01 | 1 | -3/+8 |
| | |||||
* | Sqlite3 info in 'coverage debug sys' | Ned Batchelder | 2019-10-08 | 1 | -0/+2 |
| | |||||
* | Context-switching plugins should be listed in debug output | Ned Batchelder | 2019-10-06 | 1 | -0/+1 |
| | |||||
* | Add some needed details to the Coverage docstrings | Ned Batchelder | 2019-10-06 | 1 | -6/+21 |
| | |||||
* | Correct some function names and docstrings. #843 | Ned Batchelder | 2019-09-09 | 1 | -2/+3 |
| | |||||
* | Reporting methods shouldn't permanently change the configuration | Ned Batchelder | 2019-09-01 | 1 | -18/+35 |
| | |||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 1 | -1/+1 |
| | |||||
* | Create a JSON report | Matt Bachmann | 2019-08-31 | 1 | -28/+26 |
| | |||||
* | Document another environment variable | Ned Batchelder | 2019-07-10 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into Fix-typo | Ned Batchelder | 2019-07-07 | 1 | -2/+3 |
|\ | |||||
| * | Avoid useless or redundant db operations. Faster. | Ned Batchelder | 2019-07-07 | 1 | -2/+3 |
| | | | | | | | | | | | | Moving operations into the "with self._connect" means less opening and closing of the database. Returning early if there is no data to write avoids writing empty contexts. | ||||
* | | Fix typo | Min ho Kim | 2019-07-08 | 1 | -1/+1 |
|/ | |||||
* | Clean up and test filtering contexts for reporting | Ned Batchelder | 2019-07-01 | 1 | -4/+4 |
| | |||||
* | A little more about Coverage.current | Ned Batchelder | 2019-06-29 | 1 | -1/+7 |
| | |||||
* | New API: Coverage.current() returns the latest started instance. | Ned Batchelder | 2019-06-25 | 1 | -0/+15 |
| | |||||
* | No need to pass coverage/config separately everywhere | Ned Batchelder | 2019-06-17 | 1 | -4/+4 |
| | |||||
* | Dynamic contexts can be disabled with 'none' | Ned Batchelder | 2019-06-12 | 1 | -3/+4 |
| | |||||
* | Extend HTML report to to show contexts for every covered line. | Stephan Richter | 2019-06-10 | 1 | -2/+2 |
| | |||||
* | Pass the contexts to the report command. | Albertas Agejevas | 2019-06-10 | 1 | -6/+9 |
| | |||||
* | Word-smith the html warning | Ned Batchelder | 2019-05-26 | 1 | -4/+6 |
| | |||||
* | Add warning section | S.Y. Lee | 2019-05-26 | 1 | -0/+4 |
| | |||||
* | Use pylint 2.x | Ned Batchelder | 2019-05-13 | 1 | -2/+1 |
| | |||||
* | Docs for new dynamic context techniques | Ned Batchelder | 2019-04-28 | 1 | -1/+3 |
| | |||||
* | Expose switch_context in coverage API (#782) | Justas Sadzevičius | 2019-04-28 | 1 | -0/+16 |
| | | | | | | | | | | | | * Expose switch_context in public API * Test switch_context * Helper method to get full paths to measured files * Get correct file paths on all OS * Note version that introduced this method | ||||
* | This method should be a function in context.py | Ned Batchelder | 2019-04-21 | 1 | -34/+5 |
| | |||||
* | Plugin support for dynamic context (#783) | Justas Sadzevičius | 2019-04-20 | 1 | -2/+37 |
| | | | | | | | | | | | | * Introduce a new plugin type: dynamic context labels. * Test dynamic context plugins * Helper method to get full paths to measured files * Get correct filenames on all OS * Improve wording | ||||
* | Include default encodings in the debug output | Ned Batchelder | 2018-12-23 | 1 | -0/+2 |
| | |||||
* | Make directories for the data file if needed. #721 | Ned Batchelder | 2018-10-21 | 1 | -0/+1 |
| | |||||
* | Helpers for making directories | Ned Batchelder | 2018-10-21 | 1 | -4/+3 |
| |