-
Notifications
You must be signed in to change notification settings - Fork 114
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
use dataspace analytics cache to get mapping model coverage analysis #2390
Conversation
🦋 Changeset detectedLatest commit: f9c9b64 The changes in this PR will be included in the next version bump. This PR includes changesets to release 22 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report
@@ Coverage Diff @@
## master #2390 +/- ##
==========================================
+ Coverage 40.84% 41.60% +0.75%
==========================================
Files 1548 1574 +26
Lines 73402 74088 +686
Branches 17246 17454 +208
==========================================
+ Hits 29984 30823 +839
+ Misses 43295 43139 -156
- Partials 123 126 +3
|
2cbe061
to
9bdd5d3
Compare
@@ -144,6 +144,13 @@ export class V1_MappingModelCoverageAnalysisResult { | |||
); | |||
} | |||
|
|||
export const V1_mappingModelCoverageAnalysisResultModelSchema = |
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.
I thought we already have V1_MappingModelCoverageAnalysisResult.serialization
?
Summary
How did you test this change?