Skip to content

Hotfixes to capio#137

Merged
marcoSanti merged 1 commit intocapio-v2from
hotfixes
May 27, 2025
Merged

Hotfixes to capio#137
marcoSanti merged 1 commit intocapio-v2from
hotfixes

Conversation

@marcoSanti
Copy link
Copy Markdown
Member

This PR fixes two posix handler that did not ignore paths when not in the scope of CAPIO_DIR. It also fixes a capio_server issue when fetching the capio_workflow_name, as before it fetched it from environment variable and not from the json configuration file

@marcoSanti marcoSanti force-pushed the hotfixes branch 3 times, most recently from ed1e7ba to d453581 Compare May 27, 2025 11:37
This commit fixes two posix handler that did not ignore paths when not
in the scope of CAPIO_DIR. It also fixes a capio_server issue when
fetching the capio_workflow_name, as before it fetched it from
environment variable and not from the json configuration file
It also fixes a bug in the assignement of the default workflow name when
none was provided during testin
@codecov
Copy link
Copy Markdown

codecov bot commented May 27, 2025

Codecov Report

Attention: Patch coverage is 76.47059% with 4 lines in your changes missing coverage. Please review.

Project coverage is 51.50%. Comparing base (597b742) to head (64cc144).
Report is 2 commits behind head on capio-v2.

Files with missing lines Patch % Lines
src/common/capio/env.hpp 88.88% 0 Missing and 1 partial ⚠️
src/common/capio/shm.hpp 66.66% 0 Missing and 1 partial ⚠️
src/posix/handlers/access.hpp 0.00% 0 Missing and 1 partial ⚠️
src/posix/handlers/chdir.hpp 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##           capio-v2     #137      +/-   ##
============================================
+ Coverage     51.41%   51.50%   +0.09%     
============================================
  Files            71       71              
  Lines          3637     3652      +15     
  Branches       2099     2111      +12     
============================================
+ Hits           1870     1881      +11     
  Misses          844      844              
- Partials        923      927       +4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marcoSanti marcoSanti merged commit dfa05a2 into capio-v2 May 27, 2025
24 of 28 checks passed
@marcoSanti marcoSanti deleted the hotfixes branch May 27, 2025 12:13
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.

1 participant