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

Correct the path to the file store. #60

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Correct the path to the file store. #60

merged 1 commit into from
Nov 6, 2024

Conversation

plietar
Copy link
Member

@plietar plietar commented Nov 6, 2024

The R and Rust implementations both use $ROOT/.outpack/files as the path to the file store. The Python implementation mistakenly used $ROOT/files instead, leading to incompatibilities.

The R and Rust implementations both use `$ROOT/.outpack/files` as the
path to the file store. The Python implementation mistakenly used
`$ROOT/files` instead, leading to incompatibilities.
@plietar plietar requested a review from richfitz November 6, 2024 13:06
Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.12%. Comparing base (486c4cd) to head (367101b).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #60      +/-   ##
==========================================
+ Coverage   98.48%   99.12%   +0.64%     
==========================================
  Files          51       51              
  Lines        4016     4017       +1     
  Branches      653      371     -282     
==========================================
+ Hits         3955     3982      +27     
+ Misses         45       21      -24     
+ Partials       16       14       -2     

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

@plietar plietar merged commit 4f2f4ee into main Nov 6, 2024
11 checks passed
@plietar plietar deleted the filestore-path branch November 6, 2024 14:20
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