Open joelvdavies opened 4 days ago
Attention: Patch coverage is 98.92473%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 97.92%. Comparing base (
e5f2e8c
) to head (f737d09
).
Files with missing lines | Patch % | Lines |
---|---|---|
inventory_management_system_api/schemas/setting.py | 94.73% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Description
See #413. Went with the aggregate query approach as an experiment, we could equally just loop though and insert the values. There is no need to insert all usage status fields as I have done at the moment.
Notes
setup
fixtures when inheriting so renamed all in e2e tests to be consistentusage_status_value_id_dict
in catalogue category's create dsl, it is now populated in the usage status create dsl to avoid repeating in cases like thisTesting instructions
Add a set up instructions describing how the reviewer should test the code
Agile board tracking
Closes #413, relates to #90