Skip to content

Value was either too large or too small for an Int32 #273

@alclonky

Description

@alclonky

if a line has an hit count > int, the reportgeneration fails with:

Initiating parser for LCov
Error during reading report 'lcov.info' (Size: 50.7MB): Value was either too large or too small for an Int32.

can you change that to long?

int visits = int.Parse(line.Substring(line.IndexOf(',') + 1));

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions