Added codecov integration to stdBLAS#333
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
|
@mhoemmen You can view the coverage report here: https://app.codecov.io/github/kokkos/stdBLAS/pull/333/tree/include/experimental/__p1673_bits?dropdown=coverage The numbers are not particularly meaningful to us, especially given how code coverage deals with templates and ifdefs. The goal is that for future commits, we can get an idea of whether the code being introduced is actually being executed by the tests. Example: if we introduce parallel scale, did that version of the code ever get executed, or did we fail to test it because LLVM doesn't support std::execution::par yet? Did we test our vendor BLAS wrappers, or did we fail to because the github runner didn't have a BLAS implementation installed? |
Closes NavalNuclearLab#7