superstruct
superstruct copied to clipboard
Generate code coverage reports and upload to Codecov
This PR contains the changes to CI needed to generate a code coverage report and upload that code coverage report to Codecov.
This will require setting up a Codecov account for this project and adding the secret as a repository secret.
Afterwards, we can add the badge to the Readme which will display our code coverage
Part of #1244