Merge pull request #189 from lsst-so/tickets/DM-54789 #6
mypy-coverage.yaml
on: push
Annotate coverage gaps
14s
Annotations
11 warnings and 10 notices
|
Annotate coverage gaps
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v5. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Unannotated:
python/lsst/summit/utils/guiders/transformation.py#L902
DriftResult.summary has no type annotations; mypy skips its body
|
|
Unannotated:
python/lsst/summit/utils/guiders/transformation.py#L872
DriftResult.__str__ has no type annotations; mypy skips its body
|
|
Unannotated:
python/lsst/summit/utils/guiders/transformation.py#L473
stampToCcd has no type annotations; mypy skips its body
|
|
Unannotated:
python/lsst/summit/utils/guiders/reading.py#L554
GuiderData.__getitem__ has no type annotations; mypy skips its body
|
|
Unannotated:
python/lsst/summit/utils/guiders/reading.py#L549
GuiderData.values has no type annotations; mypy skips its body
|
|
Unannotated:
python/lsst/summit/utils/guiders/reading.py#L545
GuiderData.keys has no type annotations; mypy skips its body
|
|
Unannotated:
python/lsst/summit/utils/guiders/reading.py#L540
GuiderData.items has no type annotations; mypy skips its body
|
|
Unannotated:
python/lsst/summit/utils/guiders/reading.py#L536
GuiderData.__iter__ has no type annotations; mypy skips its body
|
|
Unannotated:
python/lsst/summit/utils/guiders/reading.py#L62
make_subplot has no type annotations; mypy skips its body
|
|
Unannotated:
python/lsst/summit/utils/guiders/plotting.py#L355
GuiderPlotter.stripPlot._zero has no type annotations; mypy skips its body
|
|
Partially annotated:
python/lsst/summit/utils/guiders/transformation.py#L772
getCamRotAngle: 1/1 params unannotated
|
|
Partially annotated:
python/lsst/summit/utils/guiders/reading.py#L681
GuiderReader.__init__: missing return annotation
|
|
Partially annotated:
python/lsst/summit/utils/guiders/reading.py#L627
GuiderData.plotStamp: 1/5 params unannotated
|
|
Partially annotated:
python/lsst/summit/utils/consdbClient.py#L553
ConsDbClient.insert_multiple: 1/4 params unannotated
|
|
Partially annotated:
python/lsst/summit/utils/consdbClient.py#L480
ConsDbClient.insert: 1/6 params unannotated
|
|
Partially annotated:
python/lsst/summit/utils/consdbClient.py#L420
ConsDbClient.insert_flexible_metadata: 1/6 params unannotated
|
|
Partially annotated:
python/lsst/summit/utils/consdbClient.py#L153
ConsDbClient.__init__: missing return annotation
|
|
Partially annotated:
python/lsst/summit/utils/consdbClient.py#L85
clean_url: 2/3 params unannotated
|
|
Partially annotated:
python/lsst/summit/utils/bestEffort.py#L76
BestEffortIsr.__init__: missing return annotation
|
|
Partially annotated:
python/lsst/summit/utils/astrometry/anet.py#L133
CommandLineSolver.__init__: missing return annotation
|