canonical / nginx-ingress-integrator-operator

nginx-ingress-integrator-operator - charm repository.
Apache License 2.0
1 stars 8 forks source link

Fix arm64 publish #174

Closed javierdelapuente closed 1 week ago

javierdelapuente commented 1 week ago

Applicable spec:

Overview

The input variable integration-test-workflow-file was not after a with:.

Rationale

Juju Events Changes

Module Changes

Library Changes

Checklist

github-actions[bot] commented 1 week ago

Test coverage for aa8054e48964631e98001e9fc66678d0cf23ddd8

Name                               Stmts   Miss Branch BrPart  Cover   Missing
------------------------------------------------------------------------------
src/charm.py                         269     10     78      5    96%   198, 205, 283-285, 322, 360, 411, 553-554
src/consts.py                          4      0      0      0   100%
src/controller/__init__.py             0      0      0      0   100%
src/controller/endpoint_slice.py      55      4      8      4    87%   103, 127, 149, 169
src/controller/endpoints.py           33      1      0      0    97%   53
src/controller/ingress.py            103      8     30      4    91%   60, 80-81, 185, 262->273, 266-268, 271-272
src/controller/resource.py            53      1      8      1    97%   64
src/controller/secret.py              58      8     14      4    81%   53, 71-76, 106->111, 108-110, 111->104, 133, 162
src/controller/service.py             37      1      2      0    97%   51
src/exceptions.py                      3      0      0      0   100%
src/ingress_definition.py            271     26     60      8    89%   41, 70, 174-178, 196, 315-316, 361, 373, 377, 393-394, 409-410, 435, 437, 462-463, 496-497, 504-506, 508
src/tls_relation.py                  130      6     24      1    94%   137, 150-156
------------------------------------------------------------------------------
TOTAL                               1016     65    224     27    92%

Static code analysis report

Run started:2024-10-18 11:35:12.195650

Test results:
    No issues identified.

Code scanned:
    Total lines of code: 4903
    Total lines skipped (#nosec): 11
    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):