dyrector-io / dyrectorio

dyrector.io is a self-hosted continuous delivery & deployment platform with version management.
https://dyrectorio.com
Apache License 2.0
1.19k stars 92 forks source link

feat: add error handling for agent callbacks #944

Closed m8vago closed 3 months ago

m8vago commented 3 months ago
codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 8.49057% with 194 lines in your changes are missing coverage. Please review.

Project coverage is 17.90%. Comparing base (5ca501c) to head (acc1c3d).

Files Patch % Lines
golang/internal/grpc/grpc.go 0.00% 119 Missing :warning:
web/crux/src/grpc/protobuf/proto/agent.ts 9.09% 20 Missing :warning:
web/crux/src/app/agent/agent.service.ts 12.50% 14 Missing :warning:
web/crux/src/domain/agent-callback.ts 50.00% 14 Missing :warning:
golang/pkg/dagent/utils/docker.go 0.00% 12 Missing :warning:
golang/pkg/dagent/utils/dockerhelper.go 0.00% 5 Missing :warning:
web/crux/src/domain/agent.ts 0.00% 5 Missing :warning:
golang/pkg/crane/k8s/log.go 0.00% 3 Missing :warning:
web/crux/src/app/agent/agent.grpc.controller.ts 0.00% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #944 +/- ## =========================================== - Coverage 17.99% 17.90% -0.10% =========================================== Files 350 350 Lines 17606 17731 +125 Branches 1029 1039 +10 =========================================== + Hits 3169 3174 +5 - Misses 14249 14369 +120 Partials 188 188 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.