Skip to content

test_runner: exclude ignored lines from BRDA in lcov output #3053

test_runner: exclude ignored lines from BRDA in lcov output

test_runner: exclude ignored lines from BRDA in lcov output #3053

Status Failure
Total duration 1h 38m 52s
Artifacts 1

test-shared.yml

on: pull_request
Build slim tarball
1m 41s
Build slim tarball
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors
x86_64-linux: with shared libraries
Process completed with exit code 2.
x86_64-linux: with shared libraries: test/parallel/test-runner-coverage-thresholds.js#L71
--- stdout --- Test failure: 'test passing --test-coverage-lines' Location: test/parallel/test-runner-coverage-thresholds.js:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(stdout.includes(getTapCoverageFixtureReport())) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage-thresholds.js:71:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at startSubtestAfterBootstrap (node:internal/test_runner/harness:358:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'test failing --test-coverage-lines' Location: test/parallel/test-runner-coverage-thresholds.js:113:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(stdout.includes(getTapCoverageFixtureReport())) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage-thresholds.js:124:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Test.processPendingSubtests (node:internal/test_runner/test:787:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'test passing --test-coverage-functions' Location: test/parallel/test-runner-coverage-thresholds.js:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(stdout.includes(getTapCoverageFixtureReport())) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage-thresholds.js:71:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Test.processPendingSubtests (node:internal/test_runner/test:787:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'test failing --test-coverage-functions' Location: test/parallel/test-runner-coverage-thresholds.js:113:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(stdout.includes(getTapCoverageFixtureReport())) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage-thresholds.js:124:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Test.processPendingSubtests (node:internal/test_runner/test:787:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'test passing --test-coverage-branches' Location: test/parallel/test-runner-coverage-thresholds.js:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(stdout.includes(getTapCoverageFixtureReport())) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage-thresholds.js:71:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPen
x86_64-linux: with shared libraries: test/parallel/test-runner-coverage.js#L114
--- stdout --- Test failure: 'coverage is reported and dumped to NODE_V8_COVERAGE if present' Location: test/parallel/test-runner-coverage.js:102:11 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:114:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at TestContext.test (node:internal/test_runner/test:368:20) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:102:11) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'coverage is reported without NODE_V8_COVERAGE present' Location: test/parallel/test-runner-coverage.js:120:11 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:132:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at TestContext.test (node:internal/test_runner/test:368:20) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:120:11) at async Test.run (node:internal/test_runner/test:1125:7) at async Test.processPendingSubtests (node:internal/test_runner/test:787:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'coverage is reported and dumped to NODE_V8_COVERAGE if present' Location: test/parallel/test-runner-coverage.js:140:11 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:152:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at TestContext.test (node:internal/test_runner/test:368:20) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:140:11) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'coverage is reported without NODE_V8_COVERAGE present' Location: test/parallel/test-runner-coverage.js:158:11 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:169:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at TestContext.test (node:internal/test_runner/test:368:20) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.
aarch64-linux: with shared libraries
Process completed with exit code 2.
aarch64-linux: with shared libraries: test/parallel/test-runner-coverage-thresholds.js#L71
--- stdout --- Test failure: 'test passing --test-coverage-lines' Location: test/parallel/test-runner-coverage-thresholds.js:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(stdout.includes(getTapCoverageFixtureReport())) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage-thresholds.js:71:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at startSubtestAfterBootstrap (node:internal/test_runner/harness:358:17) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'test failing --test-coverage-lines' Location: test/parallel/test-runner-coverage-thresholds.js:113:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(stdout.includes(getTapCoverageFixtureReport())) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage-thresholds.js:124:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Test.processPendingSubtests (node:internal/test_runner/test:787:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'test passing --test-coverage-functions' Location: test/parallel/test-runner-coverage-thresholds.js:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(stdout.includes(getTapCoverageFixtureReport())) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage-thresholds.js:71:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Test.processPendingSubtests (node:internal/test_runner/test:787:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'test failing --test-coverage-functions' Location: test/parallel/test-runner-coverage-thresholds.js:113:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(stdout.includes(getTapCoverageFixtureReport())) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage-thresholds.js:124:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) at Test.run (node:internal/test_runner/test:1175:12) at async Test.processPendingSubtests (node:internal/test_runner/test:787:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'test passing --test-coverage-branches' Location: test/parallel/test-runner-coverage-thresholds.js:60:3 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(stdout.includes(getTapCoverageFixtureReport())) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage-thresholds.js:71:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPen
aarch64-linux: with shared libraries: test/parallel/test-runner-coverage.js#L114
--- stdout --- Test failure: 'coverage is reported and dumped to NODE_V8_COVERAGE if present' Location: test/parallel/test-runner-coverage.js:102:11 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:114:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at TestContext.test (node:internal/test_runner/test:368:20) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:102:11) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'coverage is reported without NODE_V8_COVERAGE present' Location: test/parallel/test-runner-coverage.js:120:11 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:132:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at TestContext.test (node:internal/test_runner/test:368:20) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:120:11) at async Test.run (node:internal/test_runner/test:1125:7) at async Test.processPendingSubtests (node:internal/test_runner/test:787:7) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'coverage is reported and dumped to NODE_V8_COVERAGE if present' Location: test/parallel/test-runner-coverage.js:140:11 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:152:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at TestContext.test (node:internal/test_runner/test:368:20) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:140:11) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.processPendingSubtests (node:internal/test_runner/test:787:18) at Test.postRun (node:internal/test_runner/test:1247:19) { generatedMessage: true, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==', diff: 'simple' } Test failure: 'coverage is reported without NODE_V8_COVERAGE present' Location: test/parallel/test-runner-coverage.js:158:11 AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value: assert(result.stdout.toString().includes(report)) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.0.0-nightly2026-02-05aeac484ca7-slim/test/parallel/test-runner-coverage.js:169:5) at Test.runInAsyncScope (node:async_hooks:226:14) at Test.run (node:internal/test_runner/test:1118:25) at Test.start (node:internal/test_runner/test:1015:17) at TestContext.test (node:internal/test_runner/test:368:20) at TestContext.<anonymous> (/home/runner/work/_temp/node-v26.

Artifacts

Produced during runtime
Name Size Digest
tarballs
47.8 MB
sha256:b3d863444e457d4768d3074a946b0bbbee40fe509fe45e75b769bb98d5c772fc