Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@JamesHenry
Copy link
Member

Add support for placeholder interpolation in the outputFile option of the builder. This allows users to configure dynamic output paths for multi-project workspaces, preventing lint results from being overwritten when linting multiple projects.

Supported placeholders:

  • {projectName}: Replaced with the current project name
  • {projectRoot}: Replaced with the current project root path

Example usage:
"outputFile": "reports/{projectName}.json"

Closes #944

…n outputFile

Add support for placeholder interpolation in the outputFile option of the builder.
This allows users to configure dynamic output paths for multi-project workspaces,
preventing lint results from being overwritten when linting multiple projects.

Supported placeholders:
- {projectName}: Replaced with the current project name
- {projectRoot}: Replaced with the current project root path

Example usage:
  "outputFile": "reports/{projectName}.json"

Closes #944
@nx-cloud
Copy link

nx-cloud bot commented Nov 9, 2025

View your CI Pipeline Execution ↗ for commit 4530fdb

Command Status Duration Result
nx run-many -t test ✅ Succeeded 1s View ↗
nx run-many -t build ✅ Succeeded 1s View ↗
nx run-many -t test --configuration ci ✅ Succeeded <1s View ↗
nx run-many -t build typecheck test check-rule-... ✅ Succeeded 31s View ↗
nx-cloud record -- pnpm nx sync:check ✅ Succeeded 3s View ↗
nx-cloud record -- pnpm format-check ✅ Succeeded 6s View ↗

☁️ Nx Cloud last updated this comment at 2025-11-09 14:40:29 UTC

nx-cloud[bot]

This comment was marked as outdated.

nx-cloud[bot]

This comment was marked as outdated.

@codecov
Copy link

codecov bot commented Nov 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.73%. Comparing base (e7e09cd) to head (4530fdb).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2759      +/-   ##
==========================================
+ Coverage   90.33%   90.73%   +0.39%     
==========================================
  Files         204      204              
  Lines        4812     4823      +11     
  Branches     1535     1541       +6     
==========================================
+ Hits         4347     4376      +29     
+ Misses        459      441      -18     
  Partials        6        6              
Flag Coverage Δ
unittest 90.73% <100.00%> (+0.39%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
packages/builder/src/lint.impl.ts 87.61% <100.00%> (+18.98%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JamesHenry JamesHenry merged commit fe0e433 into main Nov 9, 2025
10 checks passed
@JamesHenry JamesHenry deleted the output-file-interpolation branch November 9, 2025 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Using outputFile option on a multiprojects workspace only contains last project results

2 participants