Skip to content

[LCOV support] error during reading report: Value was either too large or too small for an Int32 #751

@marcinols

Description

@marcinols

Describe the bug
When migrated to a newer version of the generator, we started to get the same message as corrected in #273.

It seems like the newly added support for parsing FNDA section experiences a similar overflow, as it uses:
int.Parse(...)
rather than
line.Substring(...).ParseLargeInteger();

To Reproduce
It heavily depends on the contents of the LCOV output file, so it cannot be reproduced without sharing the entire source.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions