Closed Reimirno closed 8 months ago
Coverage for unit tests for Python 3.11
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
16 | 0 :zzz: | 0 :x: | 0 :fire: | 0.815s :stopwatch: |
Coverage for unit tests for Python 3.10
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
16 | 0 :zzz: | 0 :x: | 0 :fire: | 5.771s :stopwatch: |
Coverage for unit tests for Python 3.12
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
16 | 0 :zzz: | 0 :x: | 0 :fire: | 5.779s :stopwatch: |
Coverage for e2e tests for Python 3.11
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
8 | 0 :zzz: | 0 :x: | 0 :fire: | 22.406s :stopwatch: |
Coverage for e2e tests for Python 3.10
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
8 | 0 :zzz: | 0 :x: | 0 :fire: | 27.248s :stopwatch: |
Coverage for e2e tests for Python 3.12
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
8 | 0 :zzz: | 0 :x: | 0 :fire: | 33.214s :stopwatch: |
Attention: Patch coverage is 19.29825%
with 46 lines
in your changes are missing coverage. Please review.
Project coverage is 39.18%. Comparing base (
5ed3e1e
) to head (026c853
).
Files | Patch % | Lines |
---|---|---|
server/views.py | 6.52% | 43 Missing :warning: |
server/forms.py | 72.72% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Coverage for unit tests for Python 3.10
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
16 | 0 :zzz: | 0 :x: | 0 :fire: | 6.875s :stopwatch: |
Coverage for unit tests for Python 3.11
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
16 | 0 :zzz: | 0 :x: | 0 :fire: | 0.694s :stopwatch: |
Coverage for unit tests for Python 3.12
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
16 | 0 :zzz: | 0 :x: | 0 :fire: | 6.809s :stopwatch: |
Coverage for e2e tests for Python 3.11
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
8 | 0 :zzz: | 0 :x: | 0 :fire: | 22.327s :stopwatch: |
Coverage for e2e tests for Python 3.10
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
8 | 0 :zzz: | 0 :x: | 0 :fire: | 31.308s :stopwatch: |
Coverage for e2e tests for Python 3.12
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
8 | 0 :zzz: | 0 :x: | 0 :fire: | 38.614s :stopwatch: |
Now, we could update multiple student's seating preferences and room preferences at once, just like how we could delete multiple students at once.
This resolves #37 and provides the desired workflow mentioned.