Closed ronnetzer closed 2 years ago
CI is running/has finished running commands for commit c56484d207b88dd356d6b994977a2b26ac6dad24. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this branch
Sent with 💌 from NxCloud.
Merging #51 (c56484d) into main (0a397f7) will decrease coverage by
1.97%
. The diff coverage is33.33%
.
@@ Coverage Diff @@
## main #51 +/- ##
==========================================
- Coverage 88.58% 86.61% -1.98%
==========================================
Files 15 15
Lines 368 381 +13
Branches 52 55 +3
==========================================
+ Hits 326 330 +4
- Misses 39 48 +9
Partials 3 3
Flag | Coverage Δ | |
---|---|---|
nx-affected-matrix | 95.91% <ø> (ø) |
|
nx-distributed-task | 95.19% <50.00%> (-4.81%) |
:arrow_down: |
utils | 80.70% <0.00%> (-1.45%) |
:arrow_down: |
Impacted Files | Coverage Δ | |
---|---|---|
packages/utils/src/lib/inputs.ts | 58.33% <0.00%> (-4.17%) |
:arrow_down: |
packages/nx-distributed-task/src/app/nx.ts | 88.09% <50.00%> (-11.91%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e0a1f7f...c56484d. Read the comment docs.
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
with-deps argument is being added to every command whether its true or false
Issue Number: N/A
What is the new behavior?
added support for checking if should use withDeps for dependency graph for nx 14 removed with-deps arg from nxCommand explicitly in nx 14
Does this PR introduce a breaking change?
Other information