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

Implement lending system #3501

Open
wants to merge 30 commits into
base: master
Choose a base branch
from

Remove notifications

cd58144
Select commit
Loading
Failed to load commit list.
Open

Implement lending system #3501

Remove notifications
cd58144
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 24, 2024 in 1s

83.94% of diff hit (target 88.20%)

View this Pull Request on Codecov

83.94% of diff hit (target 88.20%)

Annotations

Check warning on line 32 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L32

Added line #L32 was not covered by tests

Check warning on line 63 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L63

Added line #L63 was not covered by tests

Check warning on line 65 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L65

Added line #L65 was not covered by tests

Check warning on line 73 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 76 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L75-L76

Added lines #L75 - L76 were not covered by tests

Check warning on line 78 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L78

Added line #L78 was not covered by tests

Check warning on line 83 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L82-L83

Added lines #L82 - L83 were not covered by tests

Check warning on line 85 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L85

Added line #L85 was not covered by tests

Check warning on line 89 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L89

Added line #L89 was not covered by tests

Check warning on line 91 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L91

Added line #L91 was not covered by tests

Check warning on line 93 in lego/apps/forums/permissions.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/permissions.py#L93

Added line #L93 was not covered by tests

Check warning on line 38 in lego/apps/forums/views.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/views.py#L37-L38

Added lines #L37 - L38 were not covered by tests

Check warning on line 45 in lego/apps/forums/views.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/views.py#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 58 in lego/apps/forums/views.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/views.py#L58

Added line #L58 was not covered by tests

Check warning on line 69 in lego/apps/forums/views.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/views.py#L69

Added line #L69 was not covered by tests

Check warning on line 71 in lego/apps/forums/views.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/views.py#L71

Added line #L71 was not covered by tests

Check warning on line 77 in lego/apps/forums/views.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/views.py#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 82 in lego/apps/forums/views.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/views.py#L79-L82

Added lines #L79 - L82 were not covered by tests

Check warning on line 90 in lego/apps/forums/views.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/forums/views.py#L84-L90

Added lines #L84 - L90 were not covered by tests

Check warning on line 36 in lego/apps/joblistings/views.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/joblistings/views.py#L36

Added line #L36 was not covered by tests

Check warning on line 1 in lego/apps/lending/managers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/lending/managers.py#L1

Added line #L1 was not covered by tests

Check warning on line 7 in lego/apps/lending/managers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/lending/managers.py#L4-L7

Added lines #L4 - L7 were not covered by tests

Check warning on line 13 in lego/apps/lending/managers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/lending/managers.py#L9-L13

Added lines #L9 - L13 were not covered by tests

Check warning on line 17 in lego/apps/lending/managers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/lending/managers.py#L17

Added line #L17 was not covered by tests

Check warning on line 22 in lego/apps/lending/managers.py

See this annotation in the file changed.

@codecov codecov / codecov/patch

lego/apps/lending/managers.py#L20-L22

Added lines #L20 - L22 were not covered by tests