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

Enqueue one task per root #458

Merged
merged 15 commits into from
Nov 14, 2024

Retake highschool level boolean algebra

1aa77ad
Select commit
Loading
Failed to load commit list.
Merged

Enqueue one task per root #458

Retake highschool level boolean algebra
1aa77ad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 14, 2024 in 0s

55.33% (+0.10%) compared to 1577567

View this Pull Request on Codecov

55.33% (+0.10%) compared to 1577567

Details

Codecov Report

Attention: Patch coverage is 49.14286% with 89 lines in your changes missing coverage. Please review.

Project coverage is 55.33%. Comparing base (1577567) to head (1aa77ad).

Files with missing lines Patch % Lines
internal/app/subsystems/aio/store/sqlite/sqlite.go 67.24% 17 Missing and 2 partials ⚠️
internal/app/coroutines/enqueueTasks.go 26.08% 17 Missing ⚠️
...rnal/app/subsystems/aio/store/postgres/postgres.go 69.64% 15 Missing and 2 partials ⚠️
pkg/task/record.go 0.00% 13 Missing ⚠️
test/dst/dst.go 0.00% 13 Missing ⚠️
internal/app/subsystems/aio/store/store.go 0.00% 7 Missing ⚠️
internal/kernel/t_aio/store.go 0.00% 2 Missing ⚠️
internal/app/coroutines/timeoutTasks.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #458      +/-   ##
==========================================
+ Coverage   55.22%   55.33%   +0.10%     
==========================================
  Files         119      119              
  Lines       13753    13876     +123     
==========================================
+ Hits         7595     7678      +83     
- Misses       5693     5730      +37     
- Partials      465      468       +3     

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