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

Add status field for items and equipment #866

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Remove unused CSS

af0dead
Select commit
Loading
Failed to load commit list.
Draft

Add status field for items and equipment #866

Remove unused CSS
af0dead
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 15, 2024 in 0s

68.21% (+0.09%) compared to 42b5c71

View this Pull Request on Codecov

68.21% (+0.09%) compared to 42b5c71

Details

Codecov Report

Attention: Patch coverage is 77.14286% with 8 lines in your changes missing coverage. Please review.

Project coverage is 68.21%. Comparing base (42b5c71) to head (af0dead).
Report is 137 commits behind head on main.

Files with missing lines Patch % Lines
pydatalab/pydatalab/routes/v0_1/items.py 64.70% 6 Missing ⚠️
pydatalab/pydatalab/models/items.py 66.66% 1 Missing ⚠️
pydatalab/pydatalab/models/utils.py 91.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #866      +/-   ##
==========================================
+ Coverage   68.12%   68.21%   +0.09%     
==========================================
  Files          62       62              
  Lines        3890     3914      +24     
==========================================
+ Hits         2650     2670      +20     
- Misses       1240     1244       +4     
Files with missing lines Coverage Δ
pydatalab/pydatalab/models/equipment.py 100.00% <100.00%> (ø)
pydatalab/pydatalab/models/items.py 96.96% <66.66%> (+0.19%) ⬆️
pydatalab/pydatalab/models/utils.py 88.43% <91.66%> (+0.78%) ⬆️
pydatalab/pydatalab/routes/v0_1/items.py 81.72% <64.70%> (-0.94%) ⬇️

... and 1 file with indirect coverage changes