codecov-action icon indicating copy to clipboard operation
codecov-action copied to clipboard

Invalid string length error when uploading

Open TheBlueMatt opened this issue 3 years ago • 1 comments

Same project as #600, when attempting to upload kcov-based rust coverage data we've also ween There was an error running the uploader: Invalid string length see https://github.com/lightningdevkit/rust-lightning/runs/4529553863?check_suite_focus=true for the full output.

TheBlueMatt avatar Dec 15 '21 04:12 TheBlueMatt

looks like potentially a V8 limit, maybe can pass flags to node.js to raise; also related to: https://github.com/codecov/uploader/issues/553

hackerrdave avatar Dec 27 '21 15:12 hackerrdave

Based on these commits I'm going to guess this is no longer an issue @TheBlueMatt

thomasrockhu-codecov avatar Mar 09 '23 23:03 thomasrockhu-codecov