removed CAPIO_DIR from CAPIO_SERVER#149
Merged
marcoSanti merged 3 commits intocapio-v2from Aug 1, 2025
Merged
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## capio-v2 #149 +/- ##
============================================
+ Coverage 44.66% 44.85% +0.18%
============================================
Files 79 78 -1
Lines 4343 4341 -2
Branches 2566 2578 +12
============================================
+ Hits 1940 1947 +7
- Misses 1181 1273 +92
+ Partials 1222 1121 -101 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…when paths are relative.
a4588d0 to
e821427
Compare
marcoSanti
added a commit
that referenced
this pull request
Aug 1, 2025
This commit simplifies the CAPIO server component, by removing the requirement to have the CAPIO_DIR directory provided as an environment variable. This in turn allows different posix applications to execute with different CAPIO_DIR, but with the same CAPIO_WORKFLOW_NAME. Finally when the capio_server parser encounters a relative path, this path is resolved to an absolute one, with prefix the current working directory of the capio server. This prefix can be changed with the command line option --resolve-capiocl-to --------- Co-authored-by: Marco Edoardo Santimaria <marcoedoardo.santimaria@unito.it>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.