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(api): support v6 #42

Merged
merged 44 commits into from
Dec 15, 2024

Fix preventing data loading for default server in v6

6c4fd89
Select commit
Loading
Failed to load commit list.
Merged

feat(api): support v6 #42

Fix preventing data loading for default server in v6
6c4fd89
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 15, 2024 in 1s

68.42% (+0.02%) compared to fa45309

View this Pull Request on Codecov

68.42% (+0.02%) compared to fa45309

Details

Codecov Report

Attention: Patch coverage is 67.58621% with 376 lines in your changes missing coverage. Please review.

Project coverage is 68.42%. Comparing base (fa45309) to head (6c4fd89).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
lib/models/api/v6/metrics/stats.g.dart 58.05% 99 Missing ⚠️
lib/gateways/v6/api_gateway_v6.dart 74.50% 78 Missing ⚠️
lib/models/api/v6/flt/ftl.g.dart 50.00% 57 Missing ⚠️
lib/models/api/v6/domains/domains.g.dart 56.16% 32 Missing ⚠️
lib/models/api/v6/metrics/history.g.dart 53.84% 24 Missing ⚠️
lib/models/api/v6/auth/auth.g.dart 40.00% 18 Missing ⚠️
lib/constants/query_types.dart 55.55% 16 Missing ⚠️
lib/models/api/v6/metrics/query.g.dart 71.92% 16 Missing ⚠️
lib/models/log.dart 59.09% 9 Missing ⚠️
lib/services/session_manager.dart 42.85% 8 Missing ⚠️
... and 6 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #42      +/-   ##
==========================================
+ Coverage   68.39%   68.42%   +0.02%     
==========================================
  Files          13       32      +19     
  Lines         481     1650    +1169     
==========================================
+ Hits          329     1129     +800     
- Misses        152      521     +369     

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