github-action
github-action copied to clipboard
Parse error with golang
Any help with the above error
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.
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 seems the fix is to use mattn/goveralls
as mentioned by @paskal