Bump codecov/codecov-action from 4 to 5 #1026
Annotations
10 warnings
Build TGS Deployment
XML comment has badly formed XML -- 'A string literal was expected, but no opening quotation mark was found.'
|
Build TGS Deployment
XML comment has badly formed XML -- 'Required white space was missing.'
|
Build TGS Deployment
XML comment has badly formed XML -- 'Missing equals sign between attribute and attribute value.'
|
Build TGS Deployment
Unreachable code detected
|
Build TGS Deployment
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Build TGS Deployment
'EntitySystem.TryGet<T>(out T?)' is obsolete: 'Either use a dependency, resolve and cache IEntityManager manually, or use EntityManager.System<T>()'
|
Build TGS Deployment
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
|
Build TGS Deployment
'SharedPhysicsSystem.SetAwake(EntityUid, PhysicsComponent, bool, bool)' is obsolete: 'Use SetAwake with EntityUid<PhysicsComponent>'
|
Build TGS Deployment
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Build TGS Deployment
'Component.Owner' is obsolete: 'Update your API to allow accessing Owner through other means'
|
Loading