Skip to content

feat: add SQL Grader XBlock#18

Merged
irtazaakram merged 8 commits into
mainfrom
add-xblock-sql-grader
Apr 15, 2026
Merged

feat: add SQL Grader XBlock#18
irtazaakram merged 8 commits into
mainfrom
add-xblock-sql-grader

fix: linting issues

1491413
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 14, 2026 in 1s

86.98% (+7.29%) compared to d4ad4ac

View this Pull Request on Codecov

86.98% (+7.29%) compared to d4ad4ac

Details

Codecov Report

❌ Patch coverage is 86.98885% with 35 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.98%. Comparing base (d4ad4ac) to head (1491413).

Files with missing lines Patch % Lines
src/sql_grader/mixins/grading.py 80.26% 14 Missing and 1 partial ⚠️
src/sql_grader/problem.py 90.47% 8 Missing and 2 partials ⚠️
src/sql_grader/xblocks.py 86.66% 4 Missing ⚠️
src/sql_grader/__init__.py 50.00% 2 Missing ⚠️
src/sql_grader/mixins/fragment.py 93.93% 1 Missing and 1 partial ⚠️
src/sql_grader/mixins/scenario.py 77.77% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   79.69%   86.98%   +7.29%     
==========================================
  Files          30        7      -23     
  Lines         778      269     -509     
  Branches       50       23      -27     
==========================================
- Hits          620      234     -386     
+ Misses        136       31     -105     
+ Partials       22        4      -18     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.