Closed arthurpitman closed 1 month ago
1 889 tests +8 1 888 :white_check_mark: +8 1m 55s :stopwatch: -3s 133 suites ±0 1 :zzz: ±0 1 files ±0 0 :x: ±0
Results for commit fd6ddc6f. ± Comparison against base commit 28703091.
:recycle: This comment has been updated with latest results.
4 files ±0 268 suites ±0 26m 28s :stopwatch: - 13m 20s 2 001 tests +8 1 999 :white_check_mark: +8 2 :zzz: ±0 0 :x: ±0 2 116 runs +8 2 114 :white_check_mark: +8 2 :zzz: ±0 0 :x: ±0
Results for commit 7ae60e01. ± Comparison against base commit 28703091.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR fixes an issue where
1.9
was considered greater than1.10
when comparing extension versions. Rather than using a string compare, the existingVersion
struct from theversion
package is used. This was, however, generalized to accept1
, i.e. just a major version, as a valid version, due to existing test cases.