repman icon indicating copy to clipboard operation
repman copied to clipboard

Fix detection of latest stable release (fix #443)

Open blmage opened this issue 4 years ago • 2 comments

If the first fetched package is not stable, but has a greater version than any of the stable packages, wrong behaviors such as that reported in #443 may occur.

blmage avatar Feb 10 '22 13:02 blmage

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (b463a21) 99.04% compared to head (3d2a678) 99.04%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #562   +/-   ##
=========================================
  Coverage     99.04%   99.04%           
- Complexity     1910     1912    +2     
=========================================
  Files           301      301           
  Lines          6075     6079    +4     
=========================================
+ Hits           6017     6021    +4     
  Misses           58       58           
Impacted Files Coverage Δ
...ackageSynchronizer/ComposerPackageSynchronizer.php 97.08% <100.00%> (+0.08%) :arrow_up:

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Feb 10 '22 13:02 codecov[bot]

Can I help with this to get it over the line?

giggsey avatar Apr 26 '22 07:04 giggsey

sorted in #617 feel free to reopen if I make false assumptions :wink:

akondas avatar Apr 30 '23 05:04 akondas