Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: the debug output file can be specified in the config file. #1319 | Ned Batchelder | 2023-01-22 | 1 | -5/+6 |
| | |||||
* | docs: explain how to use ``--debug=trace`` | Ned Batchelder | 2023-01-22 | 1 | -1/+2 |
| | |||||
* | test: setting COLUMNS=80 broadly makes pytest too narrow | Ned Batchelder | 2022-12-03 | 1 | -0/+6 |
| | | | | | Better to set it precisely where it is needed. This also ensures that running cog from the Makefile will get the right results. | ||||
* | style: fix spelling | Ned Batchelder | 2022-11-28 | 1 | -1/+1 |
| | | | | un-executed, white space, time stamp. | ||||
* | perf: more combine speed-ups | Ned Batchelder | 2022-11-20 | 1 | -1/+2 |
| | | | | | | | By avoiding writing metadata that differs but doesn't change the data, we get a higher hitrate on the hash-checking when combining. Use --debug=process to include these details for debugging. | ||||
* | feat: --format=total writes just the total number | Ned Batchelder | 2022-11-06 | 1 | -4/+7 |
| | |||||
* | docs: changelog and docs for `coverage report --format=markdown` | Ned Batchelder | 2022-11-05 | 1 | -0/+4 |
| | |||||
* | feat: report terminal output in Markdown Table format #1418 (#1479) | stepeos | 2022-11-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * refactoring normal reporting text output * implemented markdown feature from #1418 * minor changes * fixed text output * fixed precision for text and markdown report format * minor changes * finished testing for markdown format feature * fixed testing outside test_summary.py * removed fixed-length widespace padding for tests * removed whitespaces * refactoring, fixing docs, rewriting cmd args * fixing code quality * implementing requested changes * doc fix * test: add another test of correct report formatting * fixed precision printing test * style: adjust the formatting Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | ||||
* | fix: use glob matching instead of fnmatch. #1407 | Ned Batchelder | 2022-10-30 | 1 | -17/+23 |
| | | | | | | | I didn't understand that fnmatch considers the entire string to be a filename, even if it has slashes in it. This led to incorrect matching. Now we use our own implementation of glob matching to get the correct behavior. | ||||
* | docs: updates for implicit relative path mapping | Ned Batchelder | 2022-10-15 | 1 | -7/+9 |
| | |||||
* | feat: --debug=pathmap will show details of re-mapping due to [paths] setting. | Ned Batchelder | 2022-09-16 | 1 | -0/+3 |
| | |||||
* | docs: add a note about using --debug=trace to debug No Data. #1379 | Ned Batchelder | 2022-05-22 | 1 | -0/+3 |
| | |||||
* | style(docs): use definition list for warnings | Ned Batchelder | 2022-05-22 | 1 | -12/+10 |
| | |||||
* | feat: a new debug option `sqldata` shows all the data being written to the db. | Ned Batchelder | 2022-05-22 | 1 | -0/+3 |
| | |||||
* | docs: cross-reference cmd to config, and add the missing lcov setting | Ned Batchelder | 2022-05-18 | 1 | -6/+28 |
| | |||||
* | docs: clarify usage of disable_warnings in pyproject.toml (#1330) | Lukasz Stolcman | 2022-02-23 | 1 | -0/+4 |
| | | | | | | | * docs: clarify usage of disable_warnings in pyproject.toml * Update doc/cmd.rst Co-authored-by: Ned Batchelder <ned@nedbatchelder.com> | ||||
* | debug: pybehave is now an option on `coverage debug` | Ned Batchelder | 2022-02-06 | 1 | -3/+5 |
| | |||||
* | doc, test: clean up from 'better tracing of pytracer changed' | Ned Batchelder | 2022-02-06 | 1 | -2/+1 |
| | | | | | Commit d35e8c4624bd074c4e55a8e8a33c343f734299db changed the message, but the docs and tests weren't updated. | ||||
* | debug: add 'pybehave' debug information | Ned Batchelder | 2022-02-06 | 1 | -0/+5 |
| | | | | It shows the behavior flags from coverage.env. | ||||
* | fix: use a re-entrant lock to avoid self-deadlocking #1310 | Ned Batchelder | 2022-01-30 | 1 | -0/+2 |
| | |||||
* | fix: more cleanup of --data-file options | Ned Batchelder | 2022-01-25 | 1 | -31/+33 |
| | |||||
* | refactor: adjust some of the --data-file option handling | Ned Batchelder | 2022-01-25 | 1 | -24/+43 |
| | |||||
* | fix: small fixes to lcov, and changes.rst mention. | Ned Batchelder | 2022-01-22 | 1 | -1/+1 |
| | |||||
* | feat: add "lcov" command for generating LCOV reports | Bradley Burns | 2022-01-22 | 1 | -2/+40 |
| | | | | | | | * Add LCOV functionality into coverage.py * Add testing for the LCOV reporter * Add documentation for the LCOV reporter | ||||
* | build: provide hints about how to fix cog-check quality failures. | Ned Batchelder | 2022-01-15 | 1 | -0/+4 |
| | |||||
* | refactor: clean up mentions of coverage3 alias | Ned Batchelder | 2021-12-31 | 1 | -4/+4 |
| | |||||
* | docs: tweak the description of --concurrency | Ned Batchelder | 2021-11-26 | 1 | -2/+2 |
| | |||||
* | feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrency | Ned Batchelder | 2021-11-25 | 1 | -6/+10 |
| | |||||
* | build: use cog to maintain data copied into docs | Ned Batchelder | 2021-11-19 | 1 | -9/+286 |
| | |||||
* | style(docs): make note:: uses uniform | Ned Batchelder | 2021-11-13 | 1 | -7/+9 |
| | |||||
* | docs: a little refactoring of the recent xml doc change | Ned Batchelder | 2021-11-05 | 1 | -7/+7 |
| | |||||
* | docs: updated docs for #578 recommendation (#1148) | sur.la.route | 2021-11-05 | 1 | -0/+38 |
| | | | | | | | | | | | | | * updated docs for #578 recommendation #578 https://github.com/nedbat/coveragepy/issues/578#issuecomment-413881957 https://bitbucket.org/suriya/coverage-xml-bug/pull-requests/1/demonstrate-a-fix-to-coverage-xml-bug/diff also see #1146 * fixed per lint * updated per lint | ||||
* | deprecated: the annotate command will be removed in a future version | Ned Batchelder | 2021-10-29 | 1 | -0/+5 |
| | |||||
* | docs: clarify how --source affects reporting commands. #1159 | Ned Batchelder | 2021-10-18 | 1 | -0/+7 |
| | |||||
* | feat: `coverage run` now sets the COVERAGE_RUN environment variable | Ned Batchelder | 2021-10-16 | 1 | -0/+4 |
| | |||||
* | COVERAGE_DEBUG_FILE accepts "stdout" and "stderr" | Ned Batchelder | 2021-05-23 | 1 | -0/+2 |
| | |||||
* | docs: fix code comment formatting (#1153) | Mayank Singhal | 2021-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | * docs(branch.rst): Line number comments not needed The topic `Branch Coverage Management` in this file already has a setting: :linenothreshold: 5 Using this setting, sphinx will automatically provide line numbers for code block longer than 5 lines. reference: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-option-highlight-linenothreshold * docs: Extra spaces in comment (maybe intentional) The lines edited in this commit might have been given extra indentation purposefully. As they are an instruction for coverage py and are immediately followed by another comment that is not for coveragepy. * docs: inconsistent spaces in comments Fix extra indentations or lack of indentations. | ||||
* | doc: touch-ups for `combine --keep` | Ned Batchelder | 2021-01-30 | 1 | -0/+3 |
| | |||||
* | Fix two problems with docs | Ned Batchelder | 2020-08-18 | 1 | -2/+2 |
| | |||||
* | Help in docs didn't work with tmp | Ned Batchelder | 2020-07-24 | 1 | -9/+9 |
| | |||||
* | Add --help output to command docs, and other reorganization | Ned Batchelder | 2020-07-04 | 1 | -73/+110 |
| | |||||
* | Report sorting option is thanks to Jerin Peter George | Ned Batchelder | 2020-07-03 | 1 | -0/+2 |
| | |||||
* | Simplify testing of --no-skip-covered, and add docs | Ned Batchelder | 2020-06-29 | 1 | -1/+2 |
| | |||||
* | Finish up --precision | Ned Batchelder | 2020-05-12 | 1 | -0/+6 |
| | |||||
* | "coverage debug premain" | Ned Batchelder | 2020-01-11 | 1 | -1/+2 |
| | |||||
* | Warn if two things change the dynamic context. #901 | Ned Batchelder | 2019-12-27 | 1 | -0/+6 |
| | |||||
* | Polish up cmd.rst | Ned Batchelder | 2019-12-08 | 1 | -32/+28 |
| | |||||
* | Experimental: relative_files to support relative file names. | Ned Batchelder | 2019-12-01 | 1 | -2/+5 |
| | |||||
* | Remove :history: lines | Ned Batchelder | 2019-11-09 | 1 | -18/+0 |
| | |||||
* | Clarify some docs | Ned Batchelder | 2019-09-06 | 1 | -0/+6 |
| |