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

Basic store structure #891

Merged
merged 4 commits into from
May 12, 2024
Merged

Basic store structure #891

merged 4 commits into from
May 12, 2024

Conversation

dalyIsaac
Copy link
Owner

@dalyIsaac dalyIsaac commented May 12, 2024

Added the basic structure of the store - currently non-functional.

@dalyIsaac dalyIsaac added the enhancement New feature or request label May 12, 2024
@dalyIsaac dalyIsaac linked an issue May 12, 2024 that may be closed by this pull request
10 tasks
Copy link

codecov bot commented May 12, 2024

Codecov Report

Attention: Patch coverage is 1.17647% with 168 lines in your changes are missing coverage. Please review.

Project coverage is 80.81%. Comparing base (06e8923) to head (fca4a17).

Files Patch % Lines
src/Whim/Context/Context.cs 0.00% 88 Missing ⚠️
src/Whim/Store/Store.cs 0.00% 34 Missing ⚠️
src/Whim/Store/RootSector/RootSector.cs 0.00% 21 Missing ⚠️
src/Whim/Store/RootSector/MutableRootSector.cs 0.00% 18 Missing ⚠️
src/Whim/Store/SectorBase.cs 0.00% 4 Missing ⚠️
src/Whim/Store/Transform.cs 0.00% 2 Missing ⚠️
src/Whim/Store/Picker.cs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #891      +/-   ##
==========================================
- Coverage   81.47%   80.81%   -0.67%     
==========================================
  Files         199      206       +7     
  Lines       10165    10251      +86     
  Branches     1142     1148       +6     
==========================================
+ Hits         8282     8284       +2     
- Misses       1767     1851      +84     
  Partials      116      116              

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

@dalyIsaac dalyIsaac force-pushed the 890-store-basic-structure branch from 3b898fc to a6e90da Compare May 12, 2024 04:22
@dalyIsaac dalyIsaac marked this pull request as ready for review May 12, 2024 04:31
@dalyIsaac dalyIsaac merged commit bb77d9c into main May 12, 2024
4 of 6 checks passed
@dalyIsaac dalyIsaac deleted the 890-store-basic-structure branch May 12, 2024 04:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store basic structure
1 participant