alugowski / fast_matrix_market

Fast and full-featured Matrix Market I/O library for C++, Python, and R
BSD 2-Clause "Simplified" License
75 stars 7 forks source link

Add GraphBLAS bindings #8

Closed alugowski closed 1 year ago

alugowski commented 1 year ago

Fixes #7

codecov-commenter commented 1 year ago

Codecov Report

Base: 96.62% // Head: 96.59% // Decreases project coverage by -0.04% :warning:

Coverage data is based on head (fd1b8d2) compared to base (9b2cc50). Patch coverage: 94.11% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #8 +/- ## ========================================== - Coverage 96.62% 96.59% -0.04% ========================================== Files 18 18 Lines 1157 1174 +17 Branches 112 116 +4 ========================================== + Hits 1118 1134 +16 - Misses 39 40 +1 ``` | [Impacted Files](https://codecov.io/gh/alugowski/fast_matrix_market/pull/8?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Lugowski) | Coverage Δ | | |---|---|---| | [include/fast\_matrix\_market/formatters.hpp](https://codecov.io/gh/alugowski/fast_matrix_market/pull/8?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Lugowski#diff-aW5jbHVkZS9mYXN0X21hdHJpeF9tYXJrZXQvZm9ybWF0dGVycy5ocHA=) | `91.27% <50.00%> (-0.57%)` | :arrow_down: | | [include/fast\_matrix\_market/fast\_matrix\_market.hpp](https://codecov.io/gh/alugowski/fast_matrix_market/pull/8?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Lugowski#diff-aW5jbHVkZS9mYXN0X21hdHJpeF9tYXJrZXQvZmFzdF9tYXRyaXhfbWFya2V0LmhwcA==) | `97.29% <100.00%> (+1.46%)` | :arrow_up: | | [include/fast\_matrix\_market/header.hpp](https://codecov.io/gh/alugowski/fast_matrix_market/pull/8?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Lugowski#diff-aW5jbHVkZS9mYXN0X21hdHJpeF9tYXJrZXQvaGVhZGVyLmhwcA==) | `96.87% <100.00%> (+0.06%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Lugowski). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Adam+Lugowski)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.