|
Ran
|
Jobs
2
|
Files
50
|
Run time
56s
|
Badge
README BADGES
|
push
travis-ci
Fix sessions JSON dict key STR to int conversions > Note Keys in key/value pairs of JSON are always of the type str. When a > dictionary is converted into JSON, all the keys of the dictionary are > coerced to strings. As a result of this, if a dictionary is converted > into JSON and then back into a dictionary, the dictionary may not equal > the original one. That is, loads(dumps(x)) != x if x has non-string > keys. https://docs.python.org/3.4/library/json.html Re 1f7470813
10700 of 12442 relevant lines covered (86.0%)
1.72 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 1196.1 (SUBLIME_TEXT_VERSION="3") | 0 |
86.14 |
Travis Job 1196.1 | |
| 2 | 1196.2 (SUBLIME_TEXT_VERSION="3") | 0 |
86.0 |
Travis Job 1196.2 |