Skip to content

Draft: Count versions that should be in/out range

Fabien Catteau requested to merge version-matching-expectation-counts into master

Compare to version matching results generated in Generation expectations for version matching us... (gitlab-org/gitlab#435473 - closed).

For each JSON file in the expectation/version_sat directory,

  • Count versions in range for SemverDialects, and versions that should be in range according to vrange.
  • Count versions out of range for SemverDialects, and versions that should be out of range according to vrange.

JSON files can be download from gitlab-org/gitlab#435473 (comment 1706461051)

Merge request reports