Skip to content

Merge branch 'main' into develop #557

Merge branch 'main' into develop

Merge branch 'main' into develop #557

Triggered via push April 10, 2026 19:55
Status Success
Total duration 11m 57s
Artifacts

tests.yml

on: push
Check code formatting
35s
Check code formatting
Run container tests
11m 6s
Run container tests
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ruff (ANN001): src/cdm_data_loaders/parsers/gene_association_file.py#L106
src/cdm_data_loaders/parsers/gene_association_file.py:106:21: ANN001 Missing type annotation for function argument `spark`
ruff (ANN201): src/cdm_data_loaders/parsers/gene_association_file.py#L106
src/cdm_data_loaders/parsers/gene_association_file.py:106:5: ANN201 Missing return type annotation for public function `load_annotation` help: Add return type annotation
ruff (ANN201): src/cdm_data_loaders/parsers/gene_association_file.py#L95
src/cdm_data_loaders/parsers/gene_association_file.py:95:5: ANN201 Missing return type annotation for public function `get_spark` help: Add return type annotation
ruff (F401): src/cdm_data_loaders/audit/run.py#L8
src/cdm_data_loaders/audit/run.py:8:5: F401 `cdm_data_loaders.audit.schema.AUDIT_SCHEMA` imported but unused help: Remove unused import: `cdm_data_loaders.audit.schema.AUDIT_SCHEMA`
ruff (F401): src/cdm_data_loaders/audit/metrics.py#L8
src/cdm_data_loaders/audit/metrics.py:8:5: F401 `cdm_data_loaders.audit.schema.AUDIT_SCHEMA` imported but unused help: Remove unused import: `cdm_data_loaders.audit.schema.AUDIT_SCHEMA`
ruff (F401): src/cdm_data_loaders/audit/checkpoint.py#L8
src/cdm_data_loaders/audit/checkpoint.py:8:5: F401 `cdm_data_loaders.audit.schema.AUDIT_SCHEMA` imported but unused help: Remove unused import: `cdm_data_loaders.audit.schema.AUDIT_SCHEMA`
ruff (BLE001): scripts/parse_index.py#L33
scripts/parse_index.py:33:12: BLE001 Do not catch blind exception: `Exception`
ruff (PLR2004): scripts/parse_index.py#L22
scripts/parse_index.py:22:24: PLR2004 Magic value used in comparison, consider replacing `3` with a constant variable
ruff (INP001): scripts/parse_index.py#L1
scripts/parse_index.py:1:1: INP001 File `scripts/parse_index.py` is part of an implicit namespace package. Add an `__init__.py`.
ruff (I001): notebooks/pangenome_refseq.py#L14
notebooks/pangenome_refseq.py:14:1: I001 Import block is un-sorted or un-formatted help: Organize imports
Run container tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea. 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/