Skip to content

More opt

More opt #173

Triggered via push December 11, 2025 13:25
Status Failure
Total duration 50s
Artifacts

push.yml

on: push
Lint, build, and test on node 20.x and ubuntu-latest
46s
Lint, build, and test on node 20.x and ubuntu-latest
Fit to window
Zoom out
Zoom in

Annotations

5 errors
Lint, build, and test on node 20.x and ubuntu-latest
Process completed with exit code 1.
test/tbi.test.ts > loads: test/tbi.test.ts#L23
AssertionError: expected { metaChar: '#', …(11) } to deeply equal { …(11) } - Expected + Received @@ -12,10 +12,11 @@ "format": "VCF", "maxBinNumber": 37449, "maxBlockSize": 65536, "maxRefLength": 536870912, "metaChar": "#", + "metaCharCode": 35, "refIdToName": [ "contigA", ], "refNameToId": { "contigA": 0, ❯ test/tbi.test.ts:23:20
test/tabixindexedfile.test.ts > can read ctgA:1000..4000: test/tabixindexedfile.test.ts#L69
AssertionError: expected { metaChar: '#', …(11) } to deeply equal { …(11) } - Expected + Received @@ -12,10 +12,11 @@ "format": "VCF", "maxBinNumber": 37449, "maxBlockSize": 65536, "maxRefLength": 536870912, "metaChar": "#", + "metaCharCode": 35, "refIdToName": [ "ctgA", ], "refNameToId": { "ctgA": 0, ❯ test/tabixindexedfile.test.ts:69:33
test/csi.test.ts > loads test.vcf.gz.csi: test/csi.test.ts#L63
AssertionError: expected { refIdToName: [ '1' ], …(15) } to deeply equal { csi: true, csiVersion: 1, …(13) } - Expected + Received @@ -15,10 +15,11 @@ "format": "VCF", "maxBinNumber": 299593, "maxBlockSize": 65536, "maxRefLength": 4294967296, "metaChar": "#", + "metaCharCode": 35, "refCount": 1, "refIdToName": [ "1", ], "refNameToId": { ❯ test/csi.test.ts:63:20
test/csi.test.ts > loads test.gff3.gz.csi: test/csi.test.ts#L25
AssertionError: expected { refIdToName: [ '1', 'ctgB' ], …(15) } to deeply equal { …(15) } - Expected + Received @@ -15,10 +15,11 @@ "format": "generic", "maxBinNumber": 299593, "maxBlockSize": 65536, "maxRefLength": 4294967296, "metaChar": "#", + "metaCharCode": 35, "refCount": 2, "refIdToName": [ "1", "ctgB", ], ❯ test/csi.test.ts:25:20