Closed Reimirno closed 11 months ago
Coverage for unit tests for Python 3.10
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
16 | 0 :zzz: | 0 :x: | 0 :fire: | 5.607s :stopwatch: |
Coverage for unit tests for Python 3.11
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
16 | 0 :zzz: | 0 :x: | 0 :fire: | 0.636s :stopwatch: |
Coverage for e2e tests for Python 3.10
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
8 | 0 :zzz: | 0 :x: | 0 :fire: | 18.539s :stopwatch: |
Attention: 46 lines
in your changes are missing coverage. Please review.
Comparison is base (
2102f80
) 46.34% compared to head (d3da4de
) 45.55%.
Files | Patch % | Lines |
---|---|---|
server/views.py | 4.16% | 23 Missing :warning: |
server/models.py | 45.45% | 6 Missing :warning: |
server/services/core/data.py | 0.00% | 5 Missing :warning: |
server/typings/exception.py | 37.50% | 5 Missing :warning: |
server/forms.py | 69.23% | 4 Missing :warning: |
server/services/core/assign.py | 25.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Coverage for e2e tests for Python 3.11
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
8 | 0 :zzz: | 0 :x: | 0 :fire: | 19.572s :stopwatch: |
Coverage for unit tests for Python 3.12
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
16 | 0 :zzz: | 0 :x: | 0 :fire: | 5.771s :stopwatch: |
Coverage for e2e tests for Python 3.12
Tests | Skipped | Failures | Errors | Time |
---|---|---|---|---|
8 | 0 :zzz: | 0 :x: | 0 :fire: | 33.531s :stopwatch: |
We now can set students to want or avoid certain rooms. Such preference would be respected by the seat assigning algorithm.