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

Parse error with golang

Open nathanmkaya opened this issue 5 years ago • 3 comments

Screenshot_20191027_050733

Any help with the above error

nathanmkaya avatar Oct 27 '19 02:10 nathanmkaya

I thought one should use mattn/goveralls in order to upload Go coverage data. Here is an example of how to do that within GitHub actions.

paskal avatar Nov 05 '19 22:11 paskal

The plugin will surely work but I was hoping to use the coveralls action with having to rely on external tools. from the error the file I specified didn't have the right formatting for the action to parse that's why the need for the external tool.

nathanmkaya avatar Nov 05 '19 22:11 nathanmkaya

@nathanmkaya seems the fix is to use mattn/goveralls as mentioned by @paskal

ehrktia avatar Oct 24 '21 19:10 ehrktia