Lukas Atkinson
Lukas Atkinson
The LCOV Info format is a widely used coverage format. It would be great if Gcovr can generate Info-files so that more downstream tools can be used. For example, #522...
This is an (unfortunately large) PR that addresses various interrelated issues with exclusion processing. * Excluded lines are now represented correctly in the coverage data model (compare #409, #503) Previously,...
The `DateTime::parse_str(...)` constructor supports various different formats, but millisecond-granularity timestamps are parsed incorrectly when they have a fractional part. Testcase to reproduce: ```rust use speedate::DateTime; fn timestamp_ms(dt: DateTime) -> i64...