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

Setting refactor #7404

Merged
merged 16 commits into from
Jun 13, 2024

Fix for task

442b3c8
Select commit
Loading
Failed to load commit list.
Merged

Setting refactor #7404

Fix for task
442b3c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jun 8, 2024 in 0s

83.70% of diff hit (target 83.85%)

View this Pull Request on Codecov

83.70% of diff hit (target 83.85%)

Annotations

Check warning on line 251 in src/backend/InvenTree/InvenTree/apps.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/apps.py#L250-L251

Added lines #L250 - L251 were not covered by tests

Check warning on line 175 in src/backend/InvenTree/InvenTree/forms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/forms.py#L175

Added line #L175 was not covered by tests

Check warning on line 180 in src/backend/InvenTree/InvenTree/forms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/forms.py#L180

Added line #L180 was not covered by tests

Check warning on line 192 in src/backend/InvenTree/InvenTree/forms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/forms.py#L192

Added line #L192 was not covered by tests

Check warning on line 205 in src/backend/InvenTree/InvenTree/forms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/forms.py#L205

Added line #L205 was not covered by tests

Check warning on line 216 in src/backend/InvenTree/InvenTree/forms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/forms.py#L216

Added line #L216 was not covered by tests

Check warning on line 240 in src/backend/InvenTree/InvenTree/forms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/forms.py#L240

Added line #L240 was not covered by tests

Check warning on line 271 in src/backend/InvenTree/InvenTree/forms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/forms.py#L271

Added line #L271 was not covered by tests

Check warning on line 331 in src/backend/InvenTree/InvenTree/forms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/forms.py#L331

Added line #L331 was not covered by tests

Check warning on line 383 in src/backend/InvenTree/InvenTree/forms.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/forms.py#L383

Added line #L383 was not covered by tests

Check warning on line 72 in src/backend/InvenTree/InvenTree/sso.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/sso.py#L72

Added line #L72 was not covered by tests

Check warning on line 77 in src/backend/InvenTree/InvenTree/sso.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/sso.py#L77

Added line #L77 was not covered by tests

Check warning on line 397 in src/backend/InvenTree/InvenTree/tasks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/tasks.py#L397

Added line #L397 was not covered by tests

Check warning on line 437 in src/backend/InvenTree/InvenTree/tasks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/tasks.py#L437

Added line #L437 was not covered by tests

Check warning on line 439 in src/backend/InvenTree/InvenTree/tasks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/tasks.py#L439

Added line #L439 was not covered by tests

Check warning on line 596 in src/backend/InvenTree/InvenTree/tasks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/tasks.py#L596

Added line #L596 was not covered by tests

Check warning on line 600 in src/backend/InvenTree/InvenTree/tasks.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/InvenTree/tasks.py#L600

Added line #L600 was not covered by tests

Check warning on line 25 in src/backend/InvenTree/common/settings.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/settings.py#L25

Added line #L25 was not covered by tests

Check warning on line 28 in src/backend/InvenTree/common/settings.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/settings.py#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 30 in src/backend/InvenTree/common/settings.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/settings.py#L30

Added line #L30 was not covered by tests

Check warning on line 35 in src/backend/InvenTree/common/settings.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/settings.py#L35

Added line #L35 was not covered by tests

Check warning on line 37 in src/backend/InvenTree/common/settings.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/settings.py#L37

Added line #L37 was not covered by tests

Check warning on line 39 in src/backend/InvenTree/common/settings.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/settings.py#L39

Added line #L39 was not covered by tests

Check warning on line 16 in src/backend/InvenTree/common/validators.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/common/validators.py#L16

Added line #L16 was not covered by tests

Check warning on line 4284 in src/backend/InvenTree/part/models.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/backend/InvenTree/part/models.py#L4284

Added line #L4284 was not covered by tests