File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ Version 5.0a2 — 2018-09-03
547
547
may need ``parallel=true `` where you didn't before.
548
548
549
549
- The old data format is still available (for now) by setting the environment
550
- variable COVERAGE_STORAGE=json. Please tell me if you think you need to
550
+ variable `` COVERAGE_STORAGE=json `` . Please tell me if you think you need to
551
551
keep the JSON format.
552
552
553
553
- The database schema is guaranteed to change in the future, to support new
@@ -1521,7 +1521,7 @@ Version 4.0a6 — 2015-06-21
1521
1521
persisted in pursuing this despite Ned's pessimism. Fixes `issue 308 `_ and
1522
1522
`issue 324 `_.
1523
1523
1524
- - The COVERAGE_DEBUG environment variable can be used to set the
1524
+ - The `` COVERAGE_DEBUG `` environment variable can be used to set the
1525
1525
``[run] debug `` configuration option to control what internal operations are
1526
1526
logged.
1527
1527
Original file line number Diff line number Diff line change @@ -315,8 +315,8 @@ Data file
315
315
.........
316
316
317
317
Coverage.py collects execution data in a file called ".coverage". If need be,
318
- you can set a new file name with the COVERAGE_FILE environment variable. This
319
- can include a path to another directory.
318
+ you can set a new file name with the `` COVERAGE_FILE `` environment variable.
319
+ This can include a path to another directory.
320
320
321
321
By default, each run of your program starts with an empty data set. If you need
322
322
to run your program multiple times to get complete data (for example, because
You can’t perform that action at this time.
0 commit comments