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: reduce log level for step failed #634

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

giovanni-guidini
Copy link
Contributor

When we fail to create the notification context we can't send that
notification, but that is not an error. So warning should suffice to aid in
debugging.

Typically this happens when some information is missing.
For example, a commit that is not part of a PR will fail to build the PR_COMMENT
notification context, simply because there is no PR associated with the commit.

When we fail to create the notification context we can't send that
notification, but that is not an error. So warning should suffice to aid in
debugging.

Typically this happens when some information is missing.
For example, a commit that is not part of a PR will fail to build the PR_COMMENT
notification context, simply because there is no PR associated with the commit.
@codecov-notifications
Copy link

codecov-notifications bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #634      +/-   ##
==========================================
- Coverage   98.13%   98.13%   -0.01%     
==========================================
  Files         440      440              
  Lines       36720    36719       -1     
==========================================
- Hits        36037    36036       -1     
  Misses        683      683              
Flag Coverage Δ
integration 98.13% <100.00%> (-0.01%) ⬇️
latest-uploader-overall 98.13% <100.00%> (-0.01%) ⬇️
unit 98.13% <100.00%> (-0.01%) ⬇️

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

Components Coverage Δ
NonTestCode 96.12% <100.00%> (ø)
OutsideTasks 98.11% <100.00%> (-0.01%) ⬇️
Files Coverage Δ
services/bundle_analysis/new_notify/__init__.py 100.00% <100.00%> (ø)
...e_analysis/new_notify/tests/test_notify_service.py 100.00% <ø> (ø)

@codecov-qa
Copy link

codecov-qa bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.13%. Comparing base (5014211) to head (6b8927c).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff            @@
##           main     #634       +/-   ##
=========================================
+ Coverage      0   98.13%   +98.13%     
=========================================
  Files         0      440      +440     
  Lines         0    36719    +36719     
=========================================
+ Hits          0    36036    +36036     
- Misses        0      683      +683     
Flag Coverage Δ
integration 98.13% <100.00%> (?)
latest-uploader-overall 98.13% <100.00%> (?)
unit 98.13% <100.00%> (?)

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

Components Coverage Δ
NonTestCode 96.12% <100.00%> (∅)
OutsideTasks 98.11% <100.00%> (∅)
Files Coverage Δ
services/bundle_analysis/new_notify/__init__.py 100.00% <100.00%> (ø)
...e_analysis/new_notify/tests/test_notify_service.py 100.00% <ø> (ø)

... and 438 files with indirect coverage changes

Copy link

codecov-public-qa bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.13%. Comparing base (5014211) to head (6b8927c).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #634      +/-   ##
==========================================
- Coverage   98.13%   98.13%   -0.01%     
==========================================
  Files         440      440              
  Lines       36720    36719       -1     
==========================================
- Hits        36037    36036       -1     
  Misses        683      683              
Flag Coverage Δ
integration 98.13% <100.00%> (-0.01%) ⬇️
latest-uploader-overall 98.13% <100.00%> (-0.01%) ⬇️
unit 98.13% <100.00%> (-0.01%) ⬇️

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

Components Coverage Δ
NonTestCode 96.12% <100.00%> (ø)
OutsideTasks 98.11% <100.00%> (-0.01%) ⬇️
Files Coverage Δ
services/bundle_analysis/new_notify/__init__.py 100.00% <100.00%> (ø)
...e_analysis/new_notify/tests/test_notify_service.py 100.00% <ø> (ø)

Copy link

codecov bot commented Aug 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.16%. Comparing base (5014211) to head (6b8927c).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #634      +/-   ##
==========================================
- Coverage   98.16%   98.16%   -0.01%     
==========================================
  Files         475      475              
  Lines       37925    37924       -1     
==========================================
- Hits        37228    37227       -1     
  Misses        697      697              
Flag Coverage Δ
integration 98.13% <100.00%> (-0.01%) ⬇️
latest-uploader-overall 98.13% <100.00%> (-0.01%) ⬇️
unit 98.13% <100.00%> (-0.01%) ⬇️

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

Components Coverage Δ
NonTestCode 96.15% <100.00%> (ø)
OutsideTasks 98.11% <100.00%> (-0.01%) ⬇️
Files Coverage Δ
services/bundle_analysis/new_notify/__init__.py 100.00% <100.00%> (ø)
...e_analysis/new_notify/tests/test_notify_service.py 100.00% <ø> (ø)

This change has been scanned for critical changes. Learn more

@giovanni-guidini giovanni-guidini added this pull request to the merge queue Aug 21, 2024
Merged via the queue into main with commit 173581a Aug 21, 2024
25 of 26 checks passed
@giovanni-guidini giovanni-guidini deleted the gio/ba-log-level-adjustment branch August 21, 2024 13:11
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