argoproj-labs / argocd-agent

Redefining the multi cluster story of Argo CD
Apache License 2.0
79 stars 15 forks source link

fix: AppProject informer should be single namespace #216

Closed jannfis closed 2 weeks ago

jannfis commented 2 weeks ago

The AppProject informer should not be cluster-scoped and instead operate in a single namespace.

Fixes #213

codecov-commenter commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 46.83%. Comparing base (237faa7) to head (dc8d78d).

Files with missing lines Patch % Lines
internal/informer/appproject/projectinformer.go 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #216 +/- ## ========================================== - Coverage 46.89% 46.83% -0.06% ========================================== Files 57 57 Lines 4956 4951 -5 ========================================== - Hits 2324 2319 -5 Misses 2451 2451 Partials 181 181 ```

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