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

Add GraphQL transport #71

Merged
merged 2 commits into from
Dec 11, 2024

Refactor

ef5c8e3
Select commit
Loading
Failed to load commit list.
Merged

Add GraphQL transport #71

Refactor
ef5c8e3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 0s

88.06% (+0.30%) compared to e2dfc01

View this Pull Request on Codecov

88.06% (+0.30%) compared to e2dfc01

Details

Codecov Report

Attention: Patch coverage is 91.30435% with 10 lines in your changes missing coverage. Please review.

Project coverage is 88.06%. Comparing base (e2dfc01) to head (ef5c8e3).

Files with missing lines Patch % Lines
src/fastcs/transport/graphQL/graphQL.py 94.11% 5 Missing ⚠️
src/fastcs/transport/graphQL/adapter.py 78.57% 3 Missing ⚠️
src/fastcs/launch.py 60.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #71      +/-   ##
==========================================
+ Coverage   87.76%   88.06%   +0.30%     
==========================================
  Files          28       31       +3     
  Lines        1193     1307     +114     
==========================================
+ Hits         1047     1151     +104     
- Misses        146      156      +10     

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