Enable writing of data products from provider nodes#301
Enable writing of data products from provider nodes#301knoepfel merged 3 commits intoFramework-R-D:mainfrom
Conversation
|
Review the full CodeQL report for details. |
Codecov Report❌ Patch coverage is
❌ Your project check has failed because the head coverage (75.77%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. @@ Coverage Diff @@
## main #301 +/- ##
==========================================
+ Coverage 75.69% 75.77% +0.07%
==========================================
Files 125 126 +1
Lines 2946 2951 +5
Branches 519 521 +2
==========================================
+ Hits 2230 2236 +6
Misses 497 497
+ Partials 219 218 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
ad1740d to
6926687
Compare
|
Is it feasible to add a test that verifies that a product that was created by a provider is actually received by a writer? If the current testing does that, then I did not understand the test configuration well enough to discern it. |
Yes, this is possible. I will add a test. |
6926687 to
206262e
Compare
206262e to
45811ad
Compare
45811ad to
0a23d21
Compare
@marcpaterno, test has been added with commit 0a23d21 |
Closes #299