Skip to content

fix: nest files with timestamp for plugin runners #2075

fix: nest files with timestamp for plugin runners

fix: nest files with timestamp for plugin runners #2075

Triggered via pull request February 4, 2025 10:30
Status Failure
Total duration 8m 29s
Artifacts

code-pushup.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error
Code PushUp
Error: Executing 1 plugin failed. Error: - Plugin Code coverage (coverage) produced the following error: - [ error ] stdout from failed coverage tool process: [ error ] NX Running targets unit-test, integration-test for 17 projects: - plugin-js-packages - plugin-lighthouse - plugin-typescript - plugin-coverage - plugin-eslint - plugin-jsdocs - test-nx-utils - create-cli - nx-plugin - test-setup - test-utils - examples-plugins - models - utils - core - cli - ci With additional flags: --coverage={"enabled":true} ::group::✅ > nx run test-utils:unit-test --coverage.enabled RUN v1.3.1 /home/runner/work/cli/cli/testing/test-utils Coverage enabled with v8 ✓ src/lib/utils/os-agnostic-paths.unit.test.ts (14 tests) 9ms ✓ src/lib/utils/file-system.unit.test.ts (2 tests) 6ms Test Files 2 passed (2) Tests 16 passed (16) Start at 10:31:50 Duration 1.04s (transform 159ms, setup 0ms, collect 177ms, tests 15ms, environment 0ms, prepare 294ms) % Coverage report from v8 -------------------|---------|----------|---------|---------|------------------- File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s -------------------|---------|----------|---------|---------|------------------- All files | 28.46 | 59.09 | 16.66 | 28.46 | src | 0 | 0 | 0 | 0 | index.ts | 0 | 0 | 0 | 0 | 1-30 src/lib | 100 | 100 | 100 | 100 | constants.ts | 100 | 100 | 100 | 100 | ...xtures/configs | 0 | 0 | 0 | 0 | custom-plugin.ts | 0 | 0 | 0 | 0 | 1-24 src/lib/utils | 31.56 | 65 | 20 | 31.56 | ...workshpace.ts | 0 | 0 | 0 | 0 | 1-21 env.ts | 0 | 0 | 0 | 0 | 1-6 file-system.ts | 61.53 | 50 | 100 | 61.53 | 8-12 git.ts | 0 | 0 | 0 | 0 | 1-81 ...eport-data.ts | 0 | 0 | 0 | 0 | 1-51 ...stic-paths.ts | 80.76 | 100 | 33.33 | 80.76 | 104-126,129-130 project-graph.ts | 0 | 0 | 0 | 0 | 1-51 string.ts |