Open MoritzWeber0 opened 2 months ago
A Storybook preview is available for commit 8d3f4e2f19c477fa7133a222fc5a6724a6ba700e. View Storybook View Chromatic build
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Attention: Patch coverage is 56.52174%
with 10 lines
in your changes missing coverage. Please review.
Project coverage is 83.85%. Comparing base (
4906bab
) to head (6528b9e
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
...kend/capellacollab/sessions/hooks/session_token.py | 47.36% | 10 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Some sessions may want to automate tasks against the CCM API. A session token is issued as PAT and is valid for the duration of the session.
The session token should only have access to read-operations, not write-operations. Therefore, it's required to implement fine-grained tokens before this PR can be merged.
Resolves #1774.