-
Notifications
You must be signed in to change notification settings - Fork 318
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
feat(Provenance): Add a LocalProvenance
sub-interface
#9872
base: main
Are you sure you want to change the base?
Conversation
a984e1f
to
2471efa
Compare
2471efa
to
1e3c8cf
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9872 +/- ##
=========================================
Coverage 68.21% 68.21%
Complexity 1293 1293
=========================================
Files 250 250
Lines 8849 8849
Branches 920 920
=========================================
Hits 6036 6036
Misses 2424 2424
Partials 389 389
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
1e3c8cf
to
c2f8552
Compare
DirectoryProvenance
as a LocalProvenance
LocalProvenance
sub-interface
c2f8552
to
c6cbdbc
Compare
@sschuberth failing tests seem unrelated. |
In contrast to the previously added `RemoteProvenance` stands the `LocalProvenance`, which has no remote source, but instead references a local input of some kind. See [1] for more context on the new Provenance Hierarchy. [1]: oss-review-toolkit#8803 (comment) Signed-off-by: Jens Keim <[email protected]>
c6cbdbc
to
c0a51c2
Compare
In contrast to the previously added
RemoteProvenance
stands theLocalProvenance
, which has no remote source, but instead references a local input of some kind.For more context on the new Provenance Hierarchy, see: #8803 (comment)
Signed-off-by: Jens Keim [email protected]