• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

source-academy / backend / 32fddf600659d3c6dd03f58dfbdbc742c3313331-PR-1363
87%
master: 87%

Build:
Build:
LAST BUILD BRANCH: renovate/aws-6.x
DEFAULT BRANCH: master
Ran 01 Aug 2026 04:19AM UTC
Jobs 1
Files 165
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Aug 2026 04:15AM UTC coverage: 87.481% (+0.04%) from 87.445%
32fddf600659d3c6dd03f58dfbdbc742c3313331-PR-1363

Pull #1363

github

RichDom2185
Give autograder result storage its own queue

`ResultStoreWorker` was `use Que.Worker, concurrency: 5` before the move
to Oban, deliberately separate from the grading work so that database
writes stayed bounded -- as its `@moduledoc` still says:

    Separate worker is created with lower concurrency on the assumption
    that autograding time >> db IO time so as to reduce db load.

Putting it on the same `autograder: 20` queue as `LambdaWorker` lost
both halves of that: result jobs now queue behind a batch's Lambda
invocations, and up to 20 of them can then write to the database at
once.

Restore the separation with a dedicated `autograder_results: 5` queue.

Reported in review: PR #1363.
Pull Request #1363: Upgrade most dependencies and modernize codebase

82 of 103 new or added lines in 17 files covered. (79.61%)

5 existing lines in 4 files now uncovered.

3997 of 4569 relevant lines covered (87.48%)

6891.55 hits per line

Uncovered Changes

Lines Coverage ∆ File
11
70.93
-0.83% lib/cadet_web/admin_controllers/admin_assessments_controller.ex
3
89.92
0.07% lib/cadet/assessments/assessments.ex
2
0.0
0.0% lib/cadet/code_exchange.ex
1
92.31
-7.69% lib/cadet/auth/guardian.ex
1
97.44
-2.56% lib/cadet/jobs/autograder/lambda_worker.ex
1
88.37
0.49% lib/cadet/jobs/autograder/result_store_worker.ex
1
79.59
1.02% lib/cadet/logger/cloudwatch_logger.ex
1
87.5
lib/cadet_web/plug/cors.ex

Coverage Regressions

Lines Coverage ∆ File
2
70.93
-0.83% lib/cadet_web/admin_controllers/admin_assessments_controller.ex
1
97.3
-0.07% lib/cadet/helpers/model_helper.ex
1
79.59
1.02% lib/cadet/logger/cloudwatch_logger.ex
1
72.29
0.0% lib/cadet_web/controllers/auth_controller.ex
Jobs
ID Job ID Ran Files Coverage
1 32fddf600659d3c6dd03f58dfbdbc742c3313331-PR-1363.1 01 Aug 2026 04:19AM UTC 165
87.48
GitHub Action Run
Source Files on build 32fddf600659d3c6dd03f58dfbdbc742c3313331-PR-1363
  • Tree
  • List 165
  • Changed 17
  • Source Changed 0
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1363
  • PR Base - master (#D8E2884D...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc