Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simple Code Coverage analysis (#378)
Closes #350. Adds simple code coverage analysis. Until the GitHub token is set up in this repo, you can see the results including a comment on the PR here: mattpolzin#2 * Adding codecov CI workflow. * doh. forgot to skip build. * drop unneeded llvm env var from build invocation. make comment always run. * try a way to update a previous comment * try to get comments to run on failure. * use bug fix to codecov action. * fix comment search string and drop min coverage * use replace on comment updates * attempt at diffing coverage from main branch * comment out tests to affect test coverage * try method for multiline outputs * do i need to put it in its own script file * right, switch coverage gen order to have branch checked out second. * attempt to get code quotation around diff output. * switch to git diff * add note about the new script. * try echoing a warning. * post warning on success and error on failure. * uncomment tests
- Loading branch information