You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: fixed codecov upload
Fixed broken test coverage upload to codecov with codecov-action@v5.
* fixed tokenless upload (now supported with codecov v5)
* fixed flags for codecov
* fixed coverage for windows (now use bash instead of powershell)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
fix(ci): remove dependency-type from dependabot groups
dependency-type is irrelevant in the gomod ecosystem.
This setting prevented some updates to auto-merge as expected.
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>