Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Add the ability to set a form as non applicable by default #3551

Merged
merged 10 commits into from
Oct 30, 2023

⏪️ Do not raise on property setter

badfe84
Select commit
Loading
Failed to load commit list.
Merged

✨ Add the ability to set a form as non applicable by default #3551

⏪️ Do not raise on property setter
badfe84
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 30, 2023 in 0s

95.97% (+0.00%) compared to b33793f

View this Pull Request on Codecov

95.97% (+0.00%) compared to b33793f

Details

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (b33793f) 95.97% compared to head (badfe84) 95.97%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3551   +/-   ##
=======================================
  Coverage   95.97%   95.97%           
=======================================
  Files         680      680           
  Lines       21818    21848   +30     
  Branches     2515     2519    +4     
=======================================
+ Hits        20939    20968   +29     
- Misses        609      610    +1     
  Partials      270      270           
Files Coverage Δ
src/openforms/forms/api/serializers/form_step.py 100.00% <100.00%> (ø)
.../forms/api/serializers/logic/action_serializers.py 100.00% <ø> (ø)
src/openforms/forms/api/validators.py 95.87% <100.00%> (+0.17%) ⬆️
src/openforms/forms/constants.py 100.00% <100.00%> (ø)
src/openforms/forms/models/form_step.py 100.00% <100.00%> (ø)
...rc/openforms/submissions/models/submission_step.py 92.92% <100.00%> (+0.32%) ⬆️
src/openforms/submissions/logic/actions.py 95.52% <92.85%> (-0.38%) ⬇️

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