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

Make celery beat configurable #433

Merged
merged 3 commits into from
May 6, 2024
Merged

Make celery beat configurable #433

merged 3 commits into from
May 6, 2024

Conversation

joseph-sentry
Copy link
Contributor

the queue and beat flags are now added optionally based on the codecov installation configuration

@joseph-sentry joseph-sentry enabled auto-merge May 6, 2024 14:13
@codecov-qa
Copy link

codecov-qa bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.41%. Comparing base (3aec683) to head (a9609c3).

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #433   +/-   ##
=======================================
  Coverage   97.40%   97.41%           
=======================================
  Files         398      398           
  Lines       33651    33695   +44     
=======================================
+ Hits        32779    32823   +44     
  Misses        872      872           
Flag Coverage Δ
integration 97.41% <100.00%> (+<0.01%) ⬆️
latest-uploader-overall 97.41% <100.00%> (+<0.01%) ⬆️
unit 97.41% <100.00%> (+<0.01%) ⬆️

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

Components Coverage Δ
NonTestCode 94.73% <100.00%> (+<0.01%) ⬆️
OutsideTasks 97.49% <100.00%> (+<0.01%) ⬆️
Files Coverage Δ
conftest.py 94.96% <100.00%> (+0.19%) ⬆️
main.py 94.44% <100.00%> (+0.41%) ⬆️
tests/unit/test_main.py 100.00% <100.00%> (ø)

@joseph-sentry joseph-sentry added this pull request to the merge queue May 6, 2024
Copy link

codecov-public-qa bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.41%. Comparing base (3aec683) to head (a9609c3).

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #433   +/-   ##
=======================================
  Coverage   97.40%   97.41%           
=======================================
  Files         398      398           
  Lines       33651    33695   +44     
=======================================
+ Hits        32779    32823   +44     
  Misses        872      872           
Flag Coverage Δ
integration 97.41% <100.00%> (+<0.01%) ⬆️
latest-uploader-overall 97.41% <100.00%> (+<0.01%) ⬆️
unit 97.41% <100.00%> (+<0.01%) ⬆️

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

Components Coverage Δ
NonTestCode 94.73% <100.00%> (+<0.01%) ⬆️
OutsideTasks 97.49% <100.00%> (+<0.01%) ⬆️
Files Coverage Δ
conftest.py 94.96% <100.00%> (+0.19%) ⬆️
main.py 94.44% <100.00%> (+0.41%) ⬆️
tests/unit/test_main.py 100.00% <100.00%> (ø)

Copy link

codecov bot commented May 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.43%. Comparing base (3aec683) to head (a9609c3).

✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #433   +/-   ##
=======================================
  Coverage   97.43%   97.43%           
=======================================
  Files         429      429           
  Lines       34342    34386   +44     
=======================================
+ Hits        33461    33505   +44     
  Misses        881      881           
Flag Coverage Δ
integration 97.41% <100.00%> (+<0.01%) ⬆️
latest-uploader-overall 97.41% <100.00%> (+<0.01%) ⬆️
unit 97.41% <100.00%> (+<0.01%) ⬆️

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

Components Coverage Δ
NonTestCode 94.75% <100.00%> (+<0.01%) ⬆️
OutsideTasks 97.49% <100.00%> (+<0.01%) ⬆️
Files Coverage Δ
conftest.py 94.96% <100.00%> (+0.19%) ⬆️
main.py 94.44% <100.00%> (+0.41%) ⬆️
tests/unit/test_main.py 100.00% <100.00%> (ø)

This change has been scanned for critical changes. Learn more

Merged via the queue into main with commit ce5ccf2 May 6, 2024
25 checks passed
@joseph-sentry joseph-sentry deleted the beat-optimize branch May 6, 2024 14:22
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.

3 participants