Closed sigridge closed 2 years ago
Merging #392 (7cf9c04) into dev (9644bb4) will increase coverage by
0.04%
. The diff coverage is95.94%
.
@@ Coverage Diff @@
## dev #392 +/- ##
==========================================
+ Coverage 88.53% 88.58% +0.04%
==========================================
Files 134 134
Lines 5209 5256 +47
==========================================
+ Hits 4612 4656 +44
- Misses 597 600 +3
Impacted Files | Coverage Δ | |
---|---|---|
internal/views.py | 89.38% <94.00%> (-0.09%) |
:arrow_down: |
internal/admin.py | 100.00% <100.00%> (ø) |
|
internal/forms.py | 86.79% <100.00%> (+0.51%) |
:arrow_up: |
internal/models.py | 93.05% <100.00%> (+0.35%) |
:arrow_up: |
internal/urls.py | 100.00% <100.00%> (ø) |
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 9644bb4...7cf9c04. Read the comment docs.
This PR adds quotes to the internal page. This includes forms for adding and editing, and ability to delete.
Also made all internal URLs require the
internal.is_internal
permission (87175064d2f6598650ebd0277c5f466149f4ea46).