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

🔇 Mute logging during test runs in CI #4085

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

sergei-maertens
Copy link
Member

CI is showing irrelevant logs, making it harder to debug actual test failures.

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.08%. Comparing base (bdf53af) to head (366174d).
Report is 20 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4085   +/-   ##
=======================================
  Coverage   96.08%   96.08%           
=======================================
  Files         729      729           
  Lines       22980    22981    +1     
  Branches     2674     2674           
=======================================
+ Hits        22080    22081    +1     
  Misses        638      638           
  Partials      262      262           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

CI is showing irrelevant logs, making it harder to debug actual
test failures.
@sergei-maertens sergei-maertens force-pushed the chore/mute-logging-in-ci branch from 59270bf to 366174d Compare April 2, 2024 09:38
@sergei-maertens sergei-maertens marked this pull request as ready for review April 2, 2024 09:38
Copy link
Contributor

@vaszig vaszig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That sounds really nice! I don't know though if there are any tests that it could be useful to have the logs as well in CI. I guess we can run them locally in order to debug.

@sergei-maertens sergei-maertens merged commit 0d998d9 into master Apr 2, 2024
27 checks passed
@sergei-maertens sergei-maertens deleted the chore/mute-logging-in-ci branch April 2, 2024 14:06
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.

2 participants