Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github: Add lcov results to GitHub Pages
Let's also publish our lcov results to GitHub Pages, instead of only to Codecov.io. To do this, we need to prepare and upload an artifact in the format GitHub Pages expects. We can't simply upload the default "zip" format, but must create a "tar" containing a single "_site" directory. We add a top-level index file as well, linking to the lcov and Doxygen documentation.
- Loading branch information