Skip to content

feat(filter): add "created by" filter for project and tutorial

b60178b
Select commit
Loading
Failed to load commit list.
Merged

fix(project): throw validation error if required results is empty #185

feat(filter): add "created by" filter for project and tutorial
b60178b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 8, 2025 in 0s

86.54% (+1.74%) compared to d7e7061

View this Pull Request on Codecov

86.54% (+1.74%) compared to d7e7061

Details

Codecov Report

❌ Patch coverage is 93.73777% with 32 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.54%. Comparing base (d7e7061) to head (b60178b).
⚠️ Report is 1 commits behind head on develop.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
apps/project/serializers.py 68.42% 10 Missing and 8 partials ⚠️
apps/project/exports/exports.py 76.19% 2 Missing and 3 partials ⚠️
apps/tutorial/serializers.py 63.63% 4 Missing ⚠️
project_types/base/project.py 50.00% 1 Missing and 1 partial ⚠️
project_types/street/tests/api_calls_test.py 98.98% 1 Missing and 1 partial ⚠️
apps/common/firebase/base.py 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #185      +/-   ##
===========================================
+ Coverage    84.80%   86.54%   +1.74%     
===========================================
  Files          200      204       +4     
  Lines        11326    11769     +443     
  Branches       968      995      +27     
===========================================
+ Hits          9605    10186     +581     
+ Misses        1354     1219     -135     
+ Partials       367      364       -3     

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