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 poll plugin #425

Merged
merged 10 commits into from
Oct 1, 2024

Reimplement default limit

db42a48
Select commit
Loading
Failed to load commit list.
Merged

Add poll plugin #425

Reimplement default limit
db42a48
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 1, 2024 in 0s

57.11% (+1.14%) compared to 85cf02d

View this Pull Request on Codecov

57.11% (+1.14%) compared to 85cf02d

Details

Codecov Report

Attention: Patch coverage is 48.73905% with 1931 lines in your changes missing coverage. Please review.

Project coverage is 57.11%. Comparing base (85cf02d) to head (db42a48).

Files with missing lines Patch % Lines
internal/app/subsystems/api/grpc/pb/promise.pb.go 30.24% 545 Missing and 4 partials ⚠️
internal/app/subsystems/api/grpc/pb/schedule.pb.go 35.19% 230 Missing and 2 partials ⚠️
internal/app/subsystems/api/grpc/pb/task.pb.go 34.12% 220 Missing and 2 partials ⚠️
internal/app/subsystems/api/grpc/pb/lock.pb.go 38.58% 154 Missing and 2 partials ⚠️
...ternal/app/subsystems/api/grpc/pb/callback_t.pb.go 21.79% 118 Missing and 4 partials ⚠️
...nternal/app/subsystems/api/grpc/pb/promise_t.pb.go 26.17% 109 Missing and 1 partial ⚠️
...ternal/app/subsystems/api/grpc/pb/schedule_t.pb.go 29.24% 74 Missing and 1 partial ⚠️
internal/app/subsystems/api/grpc/pb/callback.pb.go 40.00% 70 Missing and 2 partials ⚠️
cmd/config/config.go 0.00% 48 Missing ⚠️
internal/app/plugins/poll/poll.go 76.04% 37 Missing and 9 partials ⚠️
... and 30 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #425      +/-   ##
==========================================
+ Coverage   55.96%   57.11%   +1.14%     
==========================================
  Files         119      115       -4     
  Lines       10919    11561     +642     
==========================================
+ Hits         6111     6603     +492     
- Misses       4383     4495     +112     
- Partials      425      463      +38     

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