-
Notifications
You must be signed in to change notification settings - Fork 29
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
Proforma: reuse existing files on import, if possible #2538
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2538 +/- ##
==========================================
+ Coverage 69.28% 69.40% +0.11%
==========================================
Files 210 210
Lines 6749 6775 +26
==========================================
+ Hits 4676 4702 +26
Misses 2073 2073 ☔ View full report in Codecov by Sentry. |
218f9b9
to
a7affb4
Compare
Yes that would absolutely make sense! |
a7affb4
to
4d3198e
Compare
This comment was marked as resolved.
This comment was marked as resolved.
4d3198e
to
ac0fe42
Compare
This comment was marked as resolved.
This comment was marked as resolved.
38f45b0
to
20a2705
Compare
This comment was marked as resolved.
This comment was marked as resolved.
708bb5d
to
ebef98c
Compare
This comment was marked as resolved.
This comment was marked as resolved.
0ad75ef
to
fefb056
Compare
This comment was marked as resolved.
This comment was marked as resolved.
d3e3727
to
7e9974e
Compare
Use xml_id_path to recreate proforma structure with tests and model_solutions containing multiple files
7e9974e
to
c4a8dfe
Compare
c4a8dfe
to
ed1c88c
Compare
Co-authored-by: Sebastian Serth <MrSerth@users.noreply.github.com>
ed1c88c
to
a2d98c9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To assist finishing this PR, I tested the changes locally and think they are fine domain-wise. Thanks again, Karol!
Use
xml_id_path
to recreate proforma structure with tests and model_solutions containing multiple filesalso sets
xml_id_path
for exported files, if it is not set. (similiar to uuid)