Skip to content

Added codecov integration to stdBLAS#333

Merged
mhoemmen merged 1 commit into
kokkos:mainfrom
amklinv-nnl:codecov
Jul 1, 2026
Merged

Added codecov integration to stdBLAS#333
mhoemmen merged 1 commit into
kokkos:mainfrom
amklinv-nnl:codecov

Conversation

@amklinv-nnl

Copy link
Copy Markdown
Contributor

@codecov-commenter

Copy link
Copy Markdown

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 ☂️

@amklinv-nnl

Copy link
Copy Markdown
Contributor Author

@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?

@mhoemmen mhoemmen merged commit 146f474 into kokkos:main Jul 1, 2026
8 checks passed
@amklinv-nnl amklinv-nnl deleted the codecov branch July 1, 2026 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorporate code coverage into github actions

3 participants