Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
34720
1b735658 fix(vue): update library test to match workspace-root-relative reportsDirectory
13 days ago
by Steven Nance
S
Failed
34720
5c31d93c Merge branch 'master' into fix/vitest-reports-directory-workspace-root
13 days ago
by Steven Nance
S
Failed
34720
13ace016 fix(vitest): use workspace-root-relative reportsDirectory in generator The generator was producing project-root-relative reportsDirectory paths (e.g., ../../coverage/libs/my-lib) but the executor now resolves these against the workspace root, causing coverage output to land outside the workspace. Remove the offsetFromRoot prefix so the generated path is workspace-root-relative (e.g., coverage/libs/my-lib). Also update the e2e test to use workspace-root-relative path.
13 days ago
by Steven Nance
S
Failed
34720
13ace016 fix(vitest): use workspace-root-relative reportsDirectory in generator The generator was producing project-root-relative reportsDirectory paths (e.g., ../../coverage/libs/my-lib) but the executor now resolves these against the workspace root, causing coverage output to land outside the workspace. Remove the offsetFromRoot prefix so the generated path is workspace-root-relative (e.g., coverage/libs/my-lib). Also update the e2e test to use workspace-root-relative path.
13 days ago
by Steven Nance
S
Failed
34720
e101ef61 chore(vitest): bump migration target version
16 days ago
by Steven Nance
S
Failed
34720
Fix ready
→
a2dd429d fix(vitest): update migration version to 22.6.0-beta.10
16 days ago
by Steven Nance
S
Canceled
34720
3d294baf fix(vitest): skip migration for reportsDirectory starting with {workspaceRoot} Paths starting with {workspaceRoot} already indicate the user intended workspace-root-relative resolution, so they should not be prefixed with {projectRoot}.
16 days ago
by Steven Nance
S
Canceled
34720
fc787917 fix(vitest): only skip migration when reportsDirectory starts with {projectRoot} Previously the migration checked if {projectRoot} appeared anywhere in the path, which incorrectly skipped paths like coverage/{projectRoot}.
16 days ago
by Steven Nance
S
Failed
34720
a820b13b fix(vitest): add migration to prefix reportsDirectory with {projectRoot} The reportsDirectory option is now resolved relative to the workspace root instead of the project root. This migration prepends {projectRoot}/ to existing reportsDirectory values so the resolved path remains the same.
16 days ago
by Steven Nance
S
Canceled
34720
1d60b837 fix(vitest): add migration to prefix reportsDirectory with {projectRoot} The reportsDirectory option is now resolved relative to the workspace root instead of the project root. This migration prepends {projectRoot}/ to existing reportsDirectory values so the resolved path remains the same.
16 days ago
by Steven Nance
S
Failed
34720
ee7d9656 fix(vitest): resolve reportsDirectory against workspace root When reportsDirectory is set with {workspaceRoot} token in nx.json targetDefaults, Nx's resolveNxTokensInOptions strips the token and produces a workspace-root-relative path. The vitest executor then passed this path directly to vitest, which resolved it relative to the project root, causing coverage output to land in the wrong location (e.g. apps/my-app/coverage/apps/my-app/ instead of coverage/apps/my-app/). This fix resolves non-absolute reportsDirectory paths against the workspace root before passing them to vitest, ensuring coverage output goes to the intended location.
17 days ago
by Steven Nance
S
Previous page
Previous
Next
Next page