Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support for multiple exporters #2535

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

chore: add unit test

2a49d4c
Select commit
Loading
Failed to load commit list.
Open

feat: support for multiple exporters #2535

chore: add unit test
2a49d4c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 17, 2025 in 0s

85.48% (+0.68%) compared to 73d4b7c

View this Pull Request on Codecov

85.48% (+0.68%) compared to 73d4b7c

Details

Codecov Report

Attention: Patch coverage is 86.94030% with 35 lines in your changes missing coverage. Please review.

Project coverage is 85.48%. Comparing base (73d4b7c) to head (2a49d4c).
Report is 200 commits behind head on main.

Files with missing lines Patch % Lines
cmd/relayproxy/service/gofeatureflag.go 68.96% 13 Missing and 5 partials ⚠️
exporter/data_exporter.go 90.17% 9 Missing and 2 partials ⚠️
cmd/relayproxy/config/config.go 87.50% 2 Missing and 1 partial ⚠️
feature_flag.go 94.91% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2535      +/-   ##
==========================================
+ Coverage   84.79%   85.48%   +0.68%     
==========================================
  Files         111      111              
  Lines        5195     5366     +171     
==========================================
+ Hits         4405     4587     +182     
+ Misses        625      604      -21     
- Partials      165      175      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.