Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ci): make eslint and jest run in --quiet mode #24430

Merged
merged 2 commits into from
Jun 16, 2023

Conversation

mistercrunch
Copy link
Member

@mistercrunch mistercrunch commented Jun 16, 2023

npm run lint and npm run test are VERY verbose, so much so that the log explorer window in github gets unusable. --quiet in CI should do the trick here

https://eslint.org/docs/latest/use/command-line-interface#:~:text=Handle%20Warnings-,%2D%2Dquiet,Argument%20Type%3A%20No%20argument.

Screen Shot 2023-06-16 at 10 49 24 AM Screen Shot 2023-06-16 at 10 49 02 AM

@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Merging #24430 (8b0f686) into master (20e0036) will not change coverage.
The diff coverage is n/a.

❗ Current head 8b0f686 differs from pull request most recent head 897d7d6. Consider uploading reports for the commit 897d7d6 to get more accurate results

@@           Coverage Diff           @@
##           master   #24430   +/-   ##
=======================================
  Coverage   68.93%   68.93%           
=======================================
  Files        1904     1904           
  Lines       73879    73879           
  Branches     8119     8119           
=======================================
  Hits        50928    50928           
  Misses      20840    20840           
  Partials     2111     2111           
Flag Coverage Δ
javascript 55.65% <ø> (ø)

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

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@mistercrunch mistercrunch changed the title chore(ci): make eslint run in --quiet mode chore(ci): make eslint and jest run in --quiet mode Jun 16, 2023
@rusackas rusackas merged commit 01689b4 into apache:master Jun 16, 2023
32 checks passed
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 3.0.0 labels Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/XS 🚢 3.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants