Skip to content

fix(file): add is_file_empty to check for file with empty content

aa0a3c5
Select commit
Loading
Failed to load commit list.
Merged

Feature/asset types #108

fix(file): add is_file_empty to check for file with empty content
aa0a3c5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Aug 21, 2025 in 0s

79.13% (-0.85%) compared to 3a0df80

View this Pull Request on Codecov

79.13% (-0.85%) compared to 3a0df80

Details

Codecov Report

❌ Patch coverage is 57.84314% with 172 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.13%. Comparing base (3a0df80) to head (aa0a3c5).
⚠️ Report is 1 commits behind head on develop.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
project_types/validate_image/project.py 36.36% 55 Missing and 1 partial ⚠️
apps/project/serializers.py 56.92% 19 Missing and 9 partials ⚠️
utils/common.py 25.92% 18 Missing and 2 partials ⚠️
apps/tutorial/serializers.py 18.18% 17 Missing and 1 partial ⚠️
apps/common/serializers.py 47.05% 5 Missing and 4 partials ⚠️
apps/project/graphql/dataloaders.py 18.18% 9 Missing ⚠️
project_types/validate_image/tutorial.py 74.19% 8 Missing ⚠️
apps/common/utils.py 60.00% 2 Missing and 4 partials ⚠️
apps/project/graphql/types/types.py 64.70% 3 Missing and 3 partials ⚠️
apps/tutorial/models.py 63.63% 4 Missing ⚠️
... and 5 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #108      +/-   ##
===========================================
- Coverage    79.97%   79.13%   -0.85%     
===========================================
  Files          164      168       +4     
  Lines         7917     8243     +326     
  Branches       708      758      +50     
===========================================
+ Hits          6332     6523     +191     
- Misses        1343     1455     +112     
- Partials       242      265      +23     

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