Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Use span for vectors. #28

Merged
merged 2 commits into from
Apr 8, 2024
Merged

Draft: Use span for vectors. #28

merged 2 commits into from
Apr 8, 2024

Conversation

andrewreisner
Copy link
Collaborator

This uses a span instead of std::vector as the interface to vector values.

raptor/core/vector.hpp Outdated Show resolved Hide resolved
This uses a span instead of std::vector as the interface to vector
values.
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (0a21b1c) 92.08% compared to head (07dde55) 92.03%.

Files Patch % Lines
raptor/core/utilities.hpp 85.71% 2 Missing ⚠️
raptor/core/vector.hpp 88.88% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
- Coverage   92.08%   92.03%   -0.05%     
==========================================
  Files          81       81              
  Lines        4511     4534      +23     
==========================================
+ Hits         4154     4173      +19     
- Misses        357      361       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lukeolson lukeolson merged commit bce9aef into main Apr 8, 2024
2 of 3 checks passed
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.

2 participants