Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Upgrade Django version to 4.2 LTS #683

Merged
merged 16 commits into from
Oct 6, 2023

fix: add new line at the end of production.py

0c87f98
Select commit
Loading
Failed to load commit list.
Merged

Upgrade Django version to 4.2 LTS #683

fix: add new line at the end of production.py
0c87f98
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 6, 2023 in 1s

97.51% (-0.01%) compared to 73e6964, passed because patch was fully covered by tests with no unexpected coverage changes

View this Pull Request on Codecov

97.51% (-0.01%) compared to 73e6964, passed because patch was fully covered by tests with no unexpected coverage changes

Details

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (73e6964) 97.52% compared to head (0c87f98) 97.51%.
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #683      +/-   ##
==========================================
- Coverage   97.52%   97.51%   -0.01%     
==========================================
  Files          54       53       -1     
  Lines        3026     3023       -3     
  Branches      266      266              
==========================================
- Hits         2951     2948       -3     
  Misses         63       63              
  Partials       12       12              
Files Coverage Δ
analytics_data_api/urls.py 100.00% <100.00%> (ø)
analytics_data_api/v0/models.py 99.44% <100.00%> (ø)
analytics_data_api/v0/urls/__init__.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/course_summaries.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/courses.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/learners.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/problems.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/programs.py 100.00% <100.00%> (ø)
analytics_data_api/v0/urls/videos.py 100.00% <100.00%> (ø)
analytics_data_api/v0/views/courses.py 96.64% <100.00%> (ø)
... and 1 more

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