|
Ran
|
Jobs
1
|
Files
14
|
Run time
9s
|
Badge
README BADGES
|
travis-ci
Fix parse_time() handling of fractional seconds There's no Token::Period in such situation, so fractional part (from sec) was silently truncated. Can't uncomment the test yet, because parse_timestamp() is effectively unused: the code added to parse_value() in 5abd9e7de was wrong as it attempted to handle unquoted date/time literals. One part of it was commented out earlier, the other can't work as far as I can see, as it tries to parse a Number token - `([0-9]|\.)+` - as a timestamp, so I removed it as well.
47 of 47 new or added lines in 2 files covered. (100.0%)
2181 of 2655 relevant lines covered (82.15%)
0.82 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 91.1 | 0 |
82.15 |
Travis Job 91.1 |