Skip to content

Conversation

@greschd
Copy link
Member

@greschd greschd commented Jan 7, 2025

Add a check that the file exists when calling the (no-op) upload_file method on the local file transfer strategy.

This ensures a nice error is produced when trying to import an inexistent ACPH5 file, instead of failing on H5Open.

Resolves #748.

Add a check that the file exists when calling the (no-op)
`upload_file` method on the local file transfer strategy.

This ensures a nice error is produced when trying to import an
inexistent ACPH5 file, instead of failing on H5Open.

Resolves #748.
@greschd greschd linked an issue Jan 7, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.98%. Comparing base (f784f32) to head (95b7324).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #754      +/-   ##
==========================================
+ Coverage   94.43%   94.98%   +0.54%     
==========================================
  Files         109      109              
  Lines        5696     5698       +2     
  Branches        0      323     +323     
==========================================
+ Hits         5379     5412      +33     
+ Misses        317      285      -32     
- Partials        0        1       +1     
Flag Coverage Δ
direct-launch 91.57% <100.00%> (?)
minimum-deps 93.14% <0.00%> (-0.04%) ⬇️
python-3.10 94.20% <0.00%> (-0.04%) ⬇️
python-3.11 94.13% <0.00%> (-0.04%) ⬇️
python-3.12 94.33% <0.00%> (-0.04%) ⬇️
server-2024R2 90.76% <0.00%> (-0.04%) ⬇️
server-2025R1 94.13% <0.00%> (-0.04%) ⬇️
server-2025R2 94.13% <0.00%> (?)
server-latest 94.78% <100.00%> (+0.54%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@greschd greschd enabled auto-merge (squash) January 9, 2025 15:28
@greschd greschd added this to the 2025R1 release milestone Jan 9, 2025
@greschd greschd merged commit 5a38a4d into main Jan 9, 2025
30 checks passed
@greschd greschd deleted the feat/748-check-for-inexistent-paths-on-autoupload branch January 9, 2025 15:42
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.

Check for inexistent paths on autoupload

4 participants