-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance VersionMap to filter out some versions
Current VersionMap implementation assumes all versions lower than VersionMap::latest_version() are supported. That may not be true in some situation. So add `is_supported()` method to VersionMap to filter out some versions. Signed-off-by: Liu Jiang <[email protected]>
- Loading branch information
Showing
2 changed files
with
79 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"coverage_score": 95.4, "exclude_path": "test", "crate_features": ""} | ||
{"coverage_score": 96.2, "exclude_path": "test", "crate_features": ""} |
This file contains 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