File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,16 @@ Unreleased
22
22
can be created earlier than it used to. A large amount of code was
23
23
refactored to support this change.
24
24
25
- - The old data format is still available (for now) by setting the environment
26
- variable COVERAGE_STORAGE=json. Please tell me if you think you need to keep
27
- the JSON format.
25
+ - Because the data file is created differently than previous releases, you
26
+ may need ``parallel=true `` where you didn't before.
27
+
28
+ - The old data format is still available (for now) by setting the environment
29
+ variable COVERAGE_STORAGE=json. Please tell me if you think you need to
30
+ keep the JSON format.
31
+
32
+ - The database schema is guaranteed to change in the future, to support new
33
+ features. I'm looking for opinions about making the schema part of the
34
+ public API to coverage.py or not.
28
35
29
36
- Development moved from `Bitbucket `_ to `GitHub `_.
30
37
You can’t perform that action at this time.
0 commit comments