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

Fix broken docs links #247

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Fix broken docs links #247

wants to merge 7 commits into from

Conversation

yhaliaw
Copy link
Collaborator

@yhaliaw yhaliaw commented Mar 21, 2024

Overview

Fix the broken docs links.

Checklist

@yhaliaw yhaliaw added bug Something isn't working trivial labels Mar 21, 2024
@yhaliaw yhaliaw marked this pull request as ready for review March 22, 2024 01:43
@yhaliaw yhaliaw requested a review from a team as a code owner March 22, 2024 01:43
weiiwang01
weiiwang01 previously approved these changes Mar 22, 2024
yanksyoon
yanksyoon previously approved these changes Mar 22, 2024
jdkandersson
jdkandersson previously approved these changes Apr 30, 2024
@yhaliaw yhaliaw dismissed stale reviews from jdkandersson, yanksyoon, and weiiwang01 via af3ceca July 25, 2024 07:58
Copy link
Contributor

Test coverage for af3ceca

Name                                       Stmts   Miss Branch BrPart  Cover   Missing
--------------------------------------------------------------------------------------
src/charm.py                                 566    139    145     26    72%   227-229, 291-310, 328-330, 331->335, 361-365, 438, 445-447, 474-479, 496-501, 522, 534-540, 554-555, 568, 573, 603-604, 606->615, 610->615, 620-626, 660, 664-669, 720-725, 734->737, 760-777, 781-782, 810-837, 850-853, 874-884, 898-900, 947-948, 950-951, 953-954, 1033->1035, 1100-1101, 1139-1141, 1149-1155, 1219-1244, 1253
src/charm_state.py                           458     17    108      5    95%   334-346, 528-532, 654-655, 710-711, 1146->1149, 1153-1154, 1201
src/errors.py                                 41      0      0      0   100%
src/event_timer.py                            54      7      2      1    86%   105-106, 131, 148-149, 165-166
src/firewall.py                               51     18     20      0    61%   42-43, 66-69, 111-185
src/github_client.py                          96     16     40      5    79%   65-72, 119->exit, 124-125, 195, 218, 231-238, 260->300, 294
src/github_type.py                            50      0      0      0   100%
src/logrotate.py                              46      0      2      0   100%
src/lxd_type.py                               35      0      2      0   100%
src/metrics/__init__.py                        0      0      0      0   100%
src/metrics/events.py                         55      2      8      1    95%   56->59, 166-167
src/metrics/github.py                         16      0      0      0   100%
src/metrics/runner.py                        144     10     32      3    91%   160, 186-199, 235, 272, 454-455
src/metrics/runner_logs.py                    24      5      4      1    79%   30-33, 47->46, 51-52
src/metrics/storage.py                        70      8     12      0    90%   89-90, 117-118, 182-183, 189-190
src/metrics/type.py                            5      0      0      0   100%
src/openstack_cloud/__init__.py               26      0      2      0   100%
src/openstack_cloud/openstack_manager.py     538    118    162     21    77%   95, 262, 316, 318, 320, 437-440, 486, 489, 530-531, 697-724, 860-861, 883->exit, 893, 920-921, 924-925, 968, 977-978, 1008, 1013-1020, 1033-1039, 1043-1045, 1061-1067, 1086-1087, 1089-1100, 1107-1111, 1115-1118, 1141-1142, 1147-1153, 1171, 1186-1211, 1236-1250, 1266-1273, 1307, 1421-1426, 1447-1449, 1477-1482, 1504-1505, 1513-1523
src/reactive/__init__.py                       0      0      0      0   100%
src/reactive/consumer.py                      22      0      4      0   100%
src/reactive/runner_manager.py                45      0     12      1    98%   87->exit
src/runner_manager_type.py                    51      0      8      0   100%
src/runner_type.py                            37      0     10      0   100%
src/shared_fs.py                              93     17     10      1    83%   51-52, 119-120, 145-146, 154-155, 161-162, 180, 183-184, 196-197, 240-241
src/utilities.py                              68      7     20      7    82%   86->88, 90->96, 103, 133, 147, 186-189, 244
--------------------------------------------------------------------------------------
TOTAL                                       2591    364    603     72    84%

Static code analysis report

Run started:2024-07-25 08:01:30.045165

Test results:
  No issues identified.

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

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):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Libraries: OK trivial
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants