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

Usage requirements refactor #749

Open
wants to merge 19 commits into
base: main
Choose a base branch
from

fixed line endings hopefully

3e16ca8
Select commit
Loading
Failed to load commit list.
Open

Usage requirements refactor #749

fixed line endings hopefully
3e16ca8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 13, 2025 in 1s

88.18% (+0.01%) compared to a4de522

View this Pull Request on Codecov

88.18% (+0.01%) compared to a4de522

Details

Codecov Report

Attention: Patch coverage is 85.10638% with 7 lines in your changes missing coverage. Please review.

Project coverage is 88.18%. Comparing base (a4de522) to head (3e16ca8).

Files with missing lines Patch % Lines
src/checkin/views.py 42.85% 4 Missing ⚠️
src/make_queue/forms/course.py 75.00% 2 Missing ⚠️
src/make_queue/models/machine.py 92.30% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #749      +/-   ##
==========================================
+ Coverage   88.17%   88.18%   +0.01%     
==========================================
  Files         152      152              
  Lines        6198     6198              
==========================================
+ Hits         5465     5466       +1     
+ Misses        733      732       -1     
Files with missing lines Coverage Δ
src/groups/admin.py 100.00% <ø> (ø)
src/make_queue/admin.py 100.00% <100.00%> (ø)
src/make_queue/api/views.py 96.87% <ø> (ø)
src/make_queue/models/course.py 95.52% <100.00%> (+0.69%) ⬆️
src/make_queue/models/machine.py 91.47% <92.30%> (+3.23%) ⬆️
src/make_queue/forms/course.py 80.85% <75.00%> (-2.08%) ⬇️
src/checkin/views.py 39.69% <42.85%> (-0.79%) ⬇️