Code coverage reporting is set up to use codecov.io, but is currently commented out in .github/workflows/build.yaml as there isn't an API key configured as a secret on the main parallaxsecond/parsec-client-go github repo.
To fix this, we will need to create an account on codecov.io for the project, and make it available to the actions a secret - once this is done, uncomment the relevant lines in .github/workflows/build.yaml
Code coverage reporting is set up to use codecov.io, but is currently commented out in .github/workflows/build.yaml as there isn't an API key configured as a secret on the main parallaxsecond/parsec-client-go github repo.
To fix this, we will need to create an account on codecov.io for the project, and make it available to the actions a secret - once this is done, uncomment the relevant lines in .github/workflows/build.yaml