coverallsapp / coverage-reporter

Self-contained, universal coverage uploader binary. Under development.
https://coveralls.io
MIT License
44 stars 14 forks source link

Invalid Int32 #5

Closed afinetooth closed 1 year ago

afinetooth commented 2 years ago

(Reporting for client.)

Issue

This command:

wget -cq https://coveralls.io/coveralls-linux.tar.gz -O - | tar -xz && ./coveralls --repo-token=<REMOVED> -flcov.info --debug

Results in this error:

Invalid Int32: 3028760000

invalid-int32_universal_reporter

Supporting info

afinetooth commented 2 years ago

Here is the LCOV file (~10MB):

(Added .txt to filename lcov.info to allow for upload here.)

lcov.info.txt

mrexox commented 1 year ago

This issue was fixed in 0.2.0 version. Closing it.