e-square-io / nx-github-actions

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

fix: add missing e2e jobs #24

Closed ronnetzer closed 2 years ago

ronnetzer commented 2 years ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[x] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:
nx-cloud[bot] commented 2 years ago

☁️ Nx Cloud Report

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

📂 See all runs for this branch


✅ Successfully ran 5 targets - [`nx run-many --projects=nx-distributed-task --target=test --scan --parallel --maxParallel=3`](https://nx.app/runs/lQtNHQAjgBW) - [`nx run-many --projects=nx-affected-matrix --target=build --scan --parallel --maxParallel=3`](https://nx.app/runs/lnmNWPlEcNw) - [`nx run-many --projects=nx-affected-matrix --target=test --scan --parallel --maxParallel=3`](https://nx.app/runs/JlypkqU8Hwq) - [`nx run-many --projects=utils --target=test --scan --parallel --maxParallel=3`](https://nx.app/runs/apgE6UQSU5v) - [`nx run-many --projects=nx-distributed-task --target=build --scan --parallel --maxParallel=3`](https://nx.app/runs/tkbwdZIuuCY)

Sent with 💌 from NxCloud.

codecov[bot] commented 2 years ago

Codecov Report

Merging #24 (551f027) into main (887758c) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #24   +/-   ##
=======================================
  Coverage   85.46%   85.46%           
=======================================
  Files          12       12           
  Lines         344      344           
  Branches       46       46           
=======================================
  Hits          294      294           
  Misses         40       40           
  Partials       10       10           
Flag Coverage Δ
nx-affected-matrix 97.82% <ø> (ø)
nx-distributed-task 94.59% <ø> (ø)
utils 81.99% <100.00%> (ø)
Impacted Files Coverage Δ
packages/utils/src/lib/exec.ts 93.75% <100.00%> (ø)

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 887758c...551f027. Read the comment docs.