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

add True as default for wait_for_ci #533

Merged
merged 2 commits into from
Jul 2, 2024
Merged

add True as default for wait_for_ci #533

merged 2 commits into from
Jul 2, 2024

Conversation

nora-codecov
Copy link
Contributor

The way it is written, if wait_for_ci is not supplied, it evaluates as False-y

per our docs, wait_for_ci default is True

This changes the evaluation, so if wait_for_ci is not supplied, it evaluates to True which follows our intended behavior.

Copy link

codecov bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.50%. Comparing base (eb83557) to head (73b4988).

Changes have been made to critical files, which contain lines commonly executed in production. Learn more

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #533   +/-   ##
=======================================
  Coverage   97.50%   97.50%           
=======================================
  Files         449      449           
  Lines       35739    35739           
=======================================
  Hits        34848    34848           
  Misses        891      891           
Flag Coverage Δ
integration 97.48% <ø> (ø)
latest-uploader-overall 97.48% <ø> (ø)
unit 97.48% <ø> (ø)

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

Components Coverage Δ
NonTestCode 94.58% <ø> (ø)
OutsideTasks 97.74% <ø> (ø)
Files Coverage Δ
tasks/notify.py Critical 98.25% <ø> (ø)

This change has been scanned for critical changes. Learn more

@codecov-qa
Copy link

codecov-qa bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.48%. Comparing base (eb83557) to head (73b4988).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #533   +/-   ##
=======================================
  Coverage   97.48%   97.48%           
=======================================
  Files         418      418           
  Lines       35016    35016           
=======================================
  Hits        34135    34135           
  Misses        881      881           
Flag Coverage Δ
integration 97.48% <ø> (ø)
latest-uploader-overall 97.48% <ø> (ø)
unit 97.48% <ø> (ø)

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

Components Coverage Δ
NonTestCode 94.53% <ø> (ø)
OutsideTasks 97.74% <ø> (ø)
Files Coverage Δ
tasks/notify.py 98.25% <ø> (ø)

Copy link

codecov-public-qa bot commented Jul 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.48%. Comparing base (eb83557) to head (73b4988).

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #533   +/-   ##
=======================================
  Coverage   97.48%   97.48%           
=======================================
  Files         418      418           
  Lines       35016    35016           
=======================================
  Hits        34135    34135           
  Misses        881      881           
Flag Coverage Δ
integration 97.48% <ø> (ø)
latest-uploader-overall 97.48% <ø> (ø)
unit 97.48% <ø> (ø)

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

Components Coverage Δ
NonTestCode 94.53% <ø> (ø)
OutsideTasks 97.74% <ø> (ø)
Files Coverage Δ
tasks/notify.py 98.25% <ø> (ø)

@codecov-notifications
Copy link

codecov-notifications bot commented Jul 1, 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     #533   +/-   ##
=======================================
  Coverage   97.48%   97.48%           
=======================================
  Files         418      418           
  Lines       35016    35016           
=======================================
  Hits        34135    34135           
  Misses        881      881           
Flag Coverage Δ
integration 97.48% <ø> (ø)
latest-uploader-overall 97.48% <ø> (ø)
unit 97.48% <ø> (ø)

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

Components Coverage Δ
NonTestCode 94.53% <ø> (ø)
OutsideTasks 97.74% <ø> (ø)
Files Coverage Δ
tasks/notify.py 98.25% <ø> (ø)

@drazisil-codecov
Copy link
Contributor

Fixes codecov/feedback#440

@nora-codecov nora-codecov added this pull request to the merge queue Jul 2, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a manual request Jul 2, 2024
@drazisil-codecov
Copy link
Contributor

@nora-codecov Was this one supposed to close?

@nora-codecov nora-codecov reopened this Jul 2, 2024
@nora-codecov
Copy link
Contributor Author

@drazisil-codecov fluke with merge queue - sus 🤨
I'm retrying the merge

@nora-codecov nora-codecov added this pull request to the merge queue Jul 2, 2024
Merged via the queue into main with commit c3bcddf Jul 2, 2024
29 of 30 checks passed
@nora-codecov nora-codecov deleted the nora/support-bug branch July 2, 2024 16:24
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.

Feature Request - Defer commenting on GitHub MRs until CI completes
3 participants