e-square-io / nx-github-actions

A set of Github Actions for NX workspaces
MIT License
30 stars 6 forks source link

fix(utils): args are not fully parsed #37

Closed ronnetzer closed 2 years ago

nx-cloud[bot] commented 2 years ago

☁️ Nx Cloud Report

CI ran the following commands for commit e307a084ff961c313d1a0d05ac896a3bd055ee32. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 3 targets - [`nx run-many --projects=nx-affected-matrix --skip-nx-cache=false --target=build --parallel=3`](https://nx.app/runs/iEUNGKNgidW) - [`nx run-many --projects=nx-affected-matrix,nx-distributed-task --target=build --skip-nx-cache=false --scan --parallel=3`](https://nx.app/runs/QzJapb9PN2j) - [`nx run-many --projects=nx-affected-matrix,nx-distributed-task,utils --target=test --skip-nx-cache=false --scan --parallel=3`](https://nx.app/runs/iModjalkw1i)

Sent with 💌 from NxCloud.

codecov[bot] commented 2 years ago

Codecov Report

Merging #37 (e307a08) into main (c84c6f7) will decrease coverage by 0.09%. The diff coverage is 81.39%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
- Coverage   86.28%   86.18%   -0.10%     
==========================================
  Files          15       15              
  Lines         350      362      +12     
  Branches       52       54       +2     
==========================================
+ Hits          302      312      +10     
- Misses         38       41       +3     
+ Partials       10        9       -1     
Flag Coverage Δ
nx-affected-matrix 95.91% <ø> (ø)
nx-distributed-task 96.34% <100.00%> (+5.86%) :arrow_up:
utils 80.51% <61.90%> (-1.97%) :arrow_down:
Impacted Files Coverage Δ
packages/nx-affected-matrix/src/main.ts 90.90% <ø> (ø)
packages/utils/src/lib/inputs.ts 62.74% <61.90%> (-2.12%) :arrow_down:
packages/nx-distributed-task/src/app/inputs.ts 90.90% <100.00%> (+10.90%) :arrow_up:
packages/nx-distributed-task/src/app/nx.ts 100.00% <100.00%> (+14.28%) :arrow_up:
packages/nx-distributed-task/src/main.ts 100.00% <100.00%> (ø)
packages/utils/src/lib/fs.ts 20.83% <0.00%> (-4.17%) :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 5978d43...e307a08. Read the comment docs.