Open BeryJu opened 5 days ago
Name | Link |
---|---|
Latest commit | fb0543402ad9af227ea1dd867a5c508e774737a3 |
Latest deploy log | https://app.netlify.com/sites/authentik-docs/deploys/6744ad2d9979b90008e3ac28 |
Name | Link |
---|---|
Latest commit | fb0543402ad9af227ea1dd867a5c508e774737a3 |
Latest deploy log | https://app.netlify.com/sites/authentik-storybook/deploys/6744ad2d4ae26d0008ab48d8 |
Attention: Patch coverage is 98.76543%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 92.69%. Comparing base (
630e0e6
) to head (fb05434
). Report is 1 commits behind head on main.
:white_check_mark: All tests successful. No failed tests found.
Files with missing lines | Patch % | Lines |
---|---|---|
authentik/core/models.py | 94.11% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
authentik PR Installation instructions
Details
Application scoped entitlements which can be used to configure authorization within a given application. Entitlements can be assigned to individual users or groups and can store attributes
Checklist
ak test authentik/
)make lint-fix
)If an API change has been made
make gen-build
)If changes to the frontend have been made
make web
)If applicable
make website
)