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

Create bot_pr_approval.yaml #145

Merged
merged 1 commit into from
Jan 19, 2024
Merged

Create bot_pr_approval.yaml #145

merged 1 commit into from
Jan 19, 2024

Conversation

jdkandersson
Copy link
Contributor

Applicable spec: N/A

Overview

Enables the auto-approval of bot PRs. @amandahla could you please get this PR merged?

Checklist

Copy link
Contributor

Test coverage for d19e695

Name                            Stmts   Miss Branch BrPart  Cover   Missing
---------------------------------------------------------------------------
src/actions/__init__.py             3      0      0      0   100%
src/actions/register_user.py       22      0      2      0   100%
src/actions/reset_instance.py      21      0      2      0   100%
src/charm.py                      220      8     50      4    96%   163-164, 225-226, 245-246, 287, 301
src/charm_state.py                 63      1     10      1    97%   127
src/charm_types.py                 21      0      2      0   100%
src/database_client.py             53      1     10      3    94%   35, 47->exit, 69->exit
src/database_observer.py           54      4      6      0    93%   70-72, 88
src/exceptions.py                   4      0      0      0   100%
src/mjolnir.py                     76      6     20      1    91%   60-64, 73
src/observability.py                9      0      0      0   100%
src/pebble.py                      96     12     16      6    84%   91-92, 94-95, 103, 105, 107, 111, 132-133, 148-149
src/saml_observer.py               45      1      8      0    98%   64
src/smtp_observer.py               70      3     14      1    95%   70-74, 96->101
src/synapse/__init__.py             3      0      0      0   100%
src/synapse/api.py                161      2     22      2    98%   207, 376
src/synapse/workload.py           261      8     42      6    95%   386->exit, 415-416, 468-469, 505-506, 522, 571->574, 618, 626->628, 628->630
src/user.py                        24      0      4      0   100%
---------------------------------------------------------------------------
TOTAL                            1206     46    208     24    95%

Static code analysis report

Run started:2024-01-19 06:23:53.146805

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 6408
  Total lines skipped (#nosec): 4
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 0

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@arturo-seijas arturo-seijas merged commit 21442ad into main Jan 19, 2024
21 checks passed
@arturo-seijas arturo-seijas deleted the bot_pr_approval branch January 19, 2024 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants