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(graphQL): add author_email in pull/issue thread attachment #3530

Merged
merged 15 commits into from
Dec 10, 2024

[autofix.ci] apply automated fixes

69d0e71
Select commit
Loading
Failed to load commit list.
Merged

feat(graphQL): add author_email in pull/issue thread attachment #3530

[autofix.ci] apply automated fixes
69d0e71
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Dec 10, 2024 in 0s

62.54% (-0.50%) compared to 8e02a2c

View this Pull Request on Codecov

62.54% (-0.50%) compared to 8e02a2c

Details

Codecov Report

Attention: Patch coverage is 30.27523% with 228 lines in your changes missing coverage. Please review.

Project coverage is 62.54%. Comparing base (8e02a2c) to head (69d0e71).

Files with missing lines Patch % Lines
ee/tabby-webserver/src/service/auth/testutils.rs 2.36% 124 Missing ⚠️
ee/tabby-schema/src/dao.rs 0.00% 34 Missing ⚠️
ee/tabby-webserver/src/service/thread.rs 68.57% 22 Missing ⚠️
ee/tabby-webserver/src/webserver.rs 0.00% 22 Missing ⚠️
ee/tabby-webserver/src/service/mod.rs 0.00% 19 Missing ⚠️
ee/tabby-webserver/src/service/answer.rs 93.02% 3 Missing ⚠️
ee/tabby-schema/src/schema/thread/types.rs 33.33% 2 Missing ⚠️
ee/tabby-db/src/threads.rs 0.00% 1 Missing ⚠️
ee/tabby-schema/src/schema/auth.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3530      +/-   ##
==========================================
- Coverage   63.04%   62.54%   -0.50%     
==========================================
  Files         197      198       +1     
  Lines       22524    22749     +225     
==========================================
+ Hits        14200    14229      +29     
- Misses       8324     8520     +196     

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