summaryrefslogtreecommitdiff
path: root/doc/cmd.rst
Commit message (Collapse)AuthorAgeFilesLines
* build: provide hints about how to fix cog-check quality failures.Ned Batchelder2022-01-151-0/+4
|
* refactor: clean up mentions of coverage3 aliasNed Batchelder2021-12-311-4/+4
|
* docs: tweak the description of --concurrencyNed Batchelder2021-11-261-2/+2
|
* feat: multiple --concurrency values. #1012 #1082nedbat/multi-concurrencyNed Batchelder2021-11-251-6/+10
|
* build: use cog to maintain data copied into docsNed Batchelder2021-11-191-9/+286
|
* style(docs): make note:: uses uniformNed Batchelder2021-11-131-7/+9
|
* docs: a little refactoring of the recent xml doc changeNed Batchelder2021-11-051-7/+7
|
* docs: updated docs for #578 recommendation (#1148)sur.la.route2021-11-051-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 versionNed Batchelder2021-10-291-0/+5
|
* docs: clarify how --source affects reporting commands. #1159Ned Batchelder2021-10-181-0/+7
|
* feat: `coverage run` now sets the COVERAGE_RUN environment variableNed Batchelder2021-10-161-0/+4
|
* COVERAGE_DEBUG_FILE accepts "stdout" and "stderr"Ned Batchelder2021-05-231-0/+2
|
* docs: fix code comment formatting (#1153)Mayank Singhal2021-04-301-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 Batchelder2021-01-301-0/+3
|
* Fix two problems with docsNed Batchelder2020-08-181-2/+2
|
* Help in docs didn't work with tmpNed Batchelder2020-07-241-9/+9
|
* Add --help output to command docs, and other reorganizationNed Batchelder2020-07-041-73/+110
|
* Report sorting option is thanks to Jerin Peter GeorgeNed Batchelder2020-07-031-0/+2
|
* Simplify testing of --no-skip-covered, and add docsNed Batchelder2020-06-291-1/+2
|
* Finish up --precisionNed Batchelder2020-05-121-0/+6
|
* "coverage debug premain"Ned Batchelder2020-01-111-1/+2
|
* Warn if two things change the dynamic context. #901Ned Batchelder2019-12-271-0/+6
|
* Polish up cmd.rstNed Batchelder2019-12-081-32/+28
|
* Experimental: relative_files to support relative file names.Ned Batchelder2019-12-011-2/+5
|
* Remove :history: linesNed Batchelder2019-11-091-18/+0
|
* Clarify some docsNed Batchelder2019-09-061-0/+6
|
* 'sql' is a new debug optionNed Batchelder2019-09-021-0/+2
|
* Tweaks to JSON report docsNed Batchelder2019-08-311-2/+4
|
* Create a JSON reportMatt Bachmann2019-08-311-1/+16
|
* Refactor text reporting to use the same code paths as other reportsNed Batchelder2019-06-161-0/+5
|
* Docs for --contexts and --show-contextsNed Batchelder2019-06-111-4/+14
|
* Improve the docs for combine and [paths]Ned Batchelder2019-04-141-18/+32
|
* Clarify a debugging optionNed Batchelder2019-02-191-1/+2
|
* A small doc improvementNed Batchelder2019-02-071-1/+1
|
* Merge branch 'nedbat/contexts'Ned Batchelder2018-09-211-1/+5
|\
| * Documentation for static contextsNed Batchelder2018-09-211-1/+5
| |
* | Put these paragraphs in a more reasonable orderNed Batchelder2018-09-211-4/+4
| |
* | Turbogears is not worth a mentionNed Batchelder2018-09-211-2/+1
|/
* Improved debuggingNed Batchelder2018-08-041-0/+2
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* A new warning for files already imported before coverage startsNed Batchelder2018-02-201-0/+7
|
* Update all Read the Docs links to use httpsJon Dufresne2018-01-061-1/+1
|
* Add the latest warning to the docs, and give them consistent punctuationNed Batchelder2017-10-241-1/+7
|
* Update URLs so link-checker doesn't spew red.Ned Batchelder2017-06-141-3/+3
|
* Warnings can be disabledNed Batchelder2017-04-041-6/+19
|
* Big refactor of debug loggingNed Batchelder2017-03-221-0/+3
|
* pid also annotates warningsNed Batchelder2017-03-121-1/+1
|
* The name of the section is 'Specifying source files'Ned Batchelder2016-12-241-1/+1
|
* Merged in dachary/coverage.py/issue-425 (pull request #113)Ned Batchelder2016-12-241-1/+1
|\ | | | | | | sources that do not end with .py\w? are ignored #425
| * sources that do not end with .py\w? are ignored #425loic@dachary.org2016-12-181-1/+1
| | | | | | | | | | | | | | close #425 --HG-- branch : issue-425