MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

News abstraction #354

Closed ddabble closed 2 years ago

ddabble commented 3 years ago

Depends on #353, and should change base to dev after that PR has been merged.

Main features

Additional highlights

codecov[bot] commented 3 years ago

Codecov Report

Merging #354 (662c4e5) into dev (ae2d774) will decrease coverage by 0.90%. The diff coverage is 76.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #354      +/-   ##
==========================================
- Coverage   83.71%   82.80%   -0.91%     
==========================================
  Files         118      117       -1     
  Lines        3837     4140     +303     
==========================================
+ Hits         3212     3428     +216     
- Misses        625      712      +87     
Impacted Files Coverage Δ
util/admin_utils.py 53.70% <50.98%> (-46.30%) :arrow_down:
web/multilingual/formfields.py 90.90% <57.14%> (-2.64%) :arrow_down:
util/html_utils.py 57.14% <60.86%> (+7.14%) :arrow_up:
news/admin.py 65.41% <64.61%> (-34.59%) :arrow_down:
faq/admin.py 81.48% <73.68%> (-18.52%) :arrow_down:
internal/admin.py 92.59% <89.47%> (-7.41%) :arrow_down:
news/models.py 94.70% <97.22%> (+0.21%) :arrow_up:
contentbox/admin.py 100.00% <100.00%> (ø)
contentbox/models.py 100.00% <100.00%> (ø)
faq/models.py 100.00% <100.00%> (ø)
... and 15 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ae2d774...662c4e5. Read the comment docs.