summaryrefslogtreecommitdiff
path: root/doc/config.rst
Commit message (Collapse)AuthorAgeFilesLines
* Anchors for each config setting. #842Ned Batchelder2019-09-091-11/+68
|
* Tweaks to JSON report docsNed Batchelder2019-08-311-10/+10
|
* Create a JSON reportMatt Bachmann2019-08-311-0/+19
|
* Fix some sphinx mis-referencesNed Batchelder2019-08-111-2/+1
|
* Make show_contexts available to set_option, and document it.Ned Batchelder2019-06-301-0/+4
|
* Improve the docs for combine and [paths]Ned Batchelder2019-04-141-4/+8
|
* `[run] command_line` is the command line to use for 'coverage run'. #695Ned Batchelder2018-10-181-0/+7
|
* This was in the wrong placeNed Batchelder2018-10-181-3/+3
|
* Michał suggested this would make the information easier to find.Ned Batchelder2018-10-141-3/+3
|
* Documentation for static contextsNed Batchelder2018-09-211-0/+5
|
* Defaultable variable substitutionNed Batchelder2018-09-081-4/+11
|
* Strict variable substitution is now an optionNed Batchelder2018-09-081-2/+4
|
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
|
* Document COVERAGE_RCFILENed Batchelder2018-04-191-2/+3
|
* fail_under can now be a float. #631.Ned Batchelder2018-01-211-3/+7
|
* Update all Read the Docs links to use httpsJon Dufresne2018-01-061-1/+1
|
* * --source and --include are mutually exclusive (take 2) #265loic@dachary.org2017-01-071-2/+4
| | | | | close #265 close #101
* Update URLs so link-checker doesn't spew red.Ned Batchelder2017-06-141-2/+2
|
* Warnings can be disabledNed Batchelder2017-04-041-0/+6
|
* Say a little more about --timidNed Batchelder2017-03-181-1/+2
|
* Fix englishNed Batchelder2017-02-031-1/+1
|
* Update the docs about reading tox.iniNed Batchelder2016-11-191-3/+4
|
* Use doc8 for some light checking of doc filesNed Batchelder2016-10-021-1/+2
|
* Let the concurrency option be multi-valued. #484Ned Batchelder2016-07-041-2/+4
|
* Final touch on docs for sort columnNed Batchelder2016-06-101-2/+2
|
* Clean up #199Ned Batchelder2016-06-081-2/+3
|
* Make report's 'sort' option available only via the configuration file, not ↵Dan Wandschneider2016-06-081-0/+2
| | | | available on the command line.
* Emit a warning when an invalid file is detected with ignore_errors=true.Matthew Boehm2016-06-021-1/+1
| | | | | Previously, when an invalid file was encountered, it would be silently ignored.
* Clarify the docs a bit.Ned Batchelder2015-11-241-1/+2
|
* Make doc checking better, and fix two doc errors.Ned Batchelder2015-10-141-0/+1
|
* Remove the obsoleted doc for the [combine] configurationNed Batchelder2015-10-051-14/+0
|
* Combine can now ignore errors.Ned Batchelder2015-10-031-0/+14
|
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-4/+4
|
* Updated docs for 4.0b1Ned Batchelder2015-08-021-6/+22
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Refer to the project consistenly as coverage.py. #275Ned Batchelder2015-07-231-2/+2
|
* More docs about plugins.Ned Batchelder2015-01-251-0/+4
|
* Turn all the history into comments.Ned Batchelder2015-01-241-7/+7
|
* Update the changes.rst file in the docsNed Batchelder2015-01-241-1/+8
|
* Add skip-covered option.Krystian Kichewko2014-11-191-0/+2
|
* Document stuff for 4.0a1Ned Batchelder2014-09-251-0/+8
|
* Add docs for --concurrencyNed Batchelder2014-09-251-0/+10
|
* Add a missing word to the docsNed Batchelder2014-06-181-1/+1
| | | | | --HG-- branch : django
* Document the --debug options.Ned Batchelder2013-10-061-0/+3
|
* Allow relative paths in the [paths] aliases. #267.Ned Batchelder2013-09-261-1/+3
|
* Remove notes about me being available for custom work, and rewrap many ↵Ned Batchelder2013-09-171-17/+16
| | | | paragraphs.
* Config files now can use environment variables. #97.Ned Batchelder2012-11-251-0/+5
|
* Now the title of the HTML report can be set.Ned Batchelder2012-11-091-0/+3
|
* Doc tweaks for 3.5.2Ned Batchelder2012-05-041-1/+4
|
* The [html]extra_css configuration value is a file path to a CSS file that ↵Ned Batchelder2012-04-201-0/+4
| | | | gets copied into the HTML report.