Closed amstilp closed 1 year ago
Merging #394 (622fb25) into main (993e09c) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #394 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 118 118
Lines 21782 21872 +90
=======================================
+ Hits 21657 21747 +90
Misses 125 125
Files | Coverage Δ | |
---|---|---|
anvil_consortium_manager/__init__.py | 100.00% <100.00%> (ø) |
|
anvil_consortium_manager/adapters/default.py | 100.00% <100.00%> (ø) |
|
anvil_consortium_manager/adapters/workspace.py | 100.00% <100.00%> (ø) |
|
anvil_consortium_manager/forms.py | 100.00% <100.00%> (ø) |
|
anvil_consortium_manager/models.py | 100.00% <ø> (ø) |
|
anvil_consortium_manager/tests/test_adapters.py | 100.00% <100.00%> (ø) |
|
...nvil_consortium_manager/tests/test_app/adapters.py | 100.00% <100.00%> (ø) |
|
anvil_consortium_manager/tests/test_app/forms.py | 100.00% <100.00%> (ø) |
|
anvil_consortium_manager/tests/test_forms.py | 100.00% <100.00%> (ø) |
|
anvil_consortium_manager/tests/test_views.py | 99.92% <100.00%> (+<0.01%) |
:arrow_up: |
... and 1 more |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
workspace_form_class
, that users can set to provide a custom form for WorkspacesWorkspaceCreateForm
toWorkspaceForm
WorkspaceUpdateForm
and instead subclass the Workspace form inWorkspaceUpdate
WorkspaceCreate
andWorkspaceUpdate