Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 'sql' is a new debug option | Ned Batchelder | 2019-09-02 | 1 | -0/+2 |
| | |||||
* | Tweaks to JSON report docs | Ned Batchelder | 2019-08-31 | 1 | -2/+4 |
| | |||||
* | Create a JSON report | Matt Bachmann | 2019-08-31 | 1 | -1/+16 |
| | |||||
* | Refactor text reporting to use the same code paths as other reports | Ned Batchelder | 2019-06-16 | 1 | -0/+5 |
| | |||||
* | Docs for --contexts and --show-contexts | Ned Batchelder | 2019-06-11 | 1 | -4/+14 |
| | |||||
* | Improve the docs for combine and [paths] | Ned Batchelder | 2019-04-14 | 1 | -18/+32 |
| | |||||
* | Clarify a debugging option | Ned Batchelder | 2019-02-19 | 1 | -1/+2 |
| | |||||
* | A small doc improvement | Ned Batchelder | 2019-02-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'nedbat/contexts' | Ned Batchelder | 2018-09-21 | 1 | -1/+5 |
|\ | |||||
| * | Documentation for static contexts | Ned Batchelder | 2018-09-21 | 1 | -1/+5 |
| | | |||||
* | | Put these paragraphs in a more reasonable order | Ned Batchelder | 2018-09-21 | 1 | -4/+4 |
| | | |||||
* | | Turbogears is not worth a mention | Ned Batchelder | 2018-09-21 | 1 | -2/+1 |
|/ | |||||
* | Improved debugging | Ned Batchelder | 2018-08-04 | 1 | -0/+2 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | A new warning for files already imported before coverage starts | Ned Batchelder | 2018-02-20 | 1 | -0/+7 |
| | |||||
* | Update all Read the Docs links to use https | Jon Dufresne | 2018-01-06 | 1 | -1/+1 |
| | |||||
* | Add the latest warning to the docs, and give them consistent punctuation | Ned Batchelder | 2017-10-24 | 1 | -1/+7 |
| | |||||
* | Update URLs so link-checker doesn't spew red. | Ned Batchelder | 2017-06-14 | 1 | -3/+3 |
| | |||||
* | Warnings can be disabled | Ned Batchelder | 2017-04-04 | 1 | -6/+19 |
| | |||||
* | Big refactor of debug logging | Ned Batchelder | 2017-03-22 | 1 | -0/+3 |
| | |||||
* | pid also annotates warnings | Ned Batchelder | 2017-03-12 | 1 | -1/+1 |
| | |||||
* | The name of the section is 'Specifying source files' | Ned Batchelder | 2016-12-24 | 1 | -1/+1 |
| | |||||
* | Merged in dachary/coverage.py/issue-425 (pull request #113) | Ned Batchelder | 2016-12-24 | 1 | -1/+1 |
|\ | | | | | | | sources that do not end with .py\w? are ignored #425 | ||||
| * | sources that do not end with .py\w? are ignored #425 | loic@dachary.org | 2016-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | close #425 --HG-- branch : issue-425 |