-
-
Notifications
You must be signed in to change notification settings - Fork 27
Labels
bugSomething isn't workingSomething isn't working
Description
Since commit fc43ce6 the typing fallback to previous version is partly broken.
If you request https://bindings.krzeminski.it/codecov/codecov-action___major/v5/codecov-action___major-v5.jar you get the binding with the v4 fallback typing used as usualy.
But if you request http://172.21.176.1:8080/codecov/codecov-action___major/v5.5.2/codecov-action___major-v5.5.2.jar, you get only the untyped binding instead of the fallback typing.
The breaks usages like @file:DependsOn("codecov:codecov-action___major:[v5,v6-alpha)") that worked fine with the typed bindings before that change and now suddenly do not work anymore unless the typed binding happens to be in your local maven cache as usual, but on CI it suddenly started to brak.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working