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

feat: make notify_error default to true in config #601

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

joseph-sentry
Copy link
Contributor

@joseph-sentry joseph-sentry commented Aug 8, 2024

we want notify_error to be enabled by default for repos created after a certain date

Depends on: codecov/shared#320

we want notify_error to be enabled by default for repos created after
a certain date
@codecov-staging
Copy link

codecov-staging bot commented Aug 8, 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     #601   +/-   ##
=======================================
  Coverage   98.13%   98.13%           
=======================================
  Files         438      438           
  Lines       36562    36568    +6     
=======================================
+ Hits        35881    35887    +6     
  Misses        681      681           
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.11% <100.00%> (+<0.01%) ⬆️
OutsideTasks 98.11% <100.00%> (+<0.01%) ⬆️
Files Coverage Δ
database/models/core.py 97.76% <100.00%> (+<0.01%) ⬆️
services/yaml/__init__.py 100.00% <100.00%> (ø)
tasks/sync_pull.py 98.80% <100.00%> (+<0.01%) ⬆️
tasks/tests/unit/test_clean_labels_index.py 98.28% <ø> (ø)
tasks/upload.py 97.74% <100.00%> (+<0.01%) ⬆️
tasks/upload_clean_labels_index.py 100.00% <100.00%> (ø)

@codecov-qa
Copy link

codecov-qa bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.13%. Comparing base (6919dff) to head (207f04d).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #601   +/-   ##
=======================================
  Coverage   98.13%   98.13%           
=======================================
  Files         438      438           
  Lines       36562    36568    +6     
=======================================
+ Hits        35881    35887    +6     
  Misses        681      681           
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.11% <100.00%> (+<0.01%) ⬆️
OutsideTasks 98.11% <100.00%> (+<0.01%) ⬆️
Files Coverage Δ
database/models/core.py 97.76% <100.00%> (+<0.01%) ⬆️
services/yaml/__init__.py 100.00% <100.00%> (ø)
tasks/sync_pull.py 98.80% <100.00%> (+<0.01%) ⬆️
tasks/tests/unit/test_clean_labels_index.py 98.28% <ø> (ø)
tasks/upload.py 97.74% <100.00%> (+<0.01%) ⬆️
tasks/upload_clean_labels_index.py 100.00% <100.00%> (ø)

Copy link

codecov-public-qa bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.13%. Comparing base (6919dff) to head (207f04d).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #601   +/-   ##
=======================================
  Coverage   98.13%   98.13%           
=======================================
  Files         438      438           
  Lines       36562    36568    +6     
=======================================
+ Hits        35881    35887    +6     
  Misses        681      681           
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.11% <100.00%> (+<0.01%) ⬆️
OutsideTasks 98.11% <100.00%> (+<0.01%) ⬆️
Files Coverage Δ
database/models/core.py 97.76% <100.00%> (+<0.01%) ⬆️
services/yaml/__init__.py 100.00% <100.00%> (ø)
tasks/sync_pull.py 98.80% <100.00%> (+<0.01%) ⬆️
tasks/tests/unit/test_clean_labels_index.py 98.28% <ø> (ø)
tasks/upload.py 97.74% <100.00%> (+<0.01%) ⬆️
tasks/upload_clean_labels_index.py 100.00% <100.00%> (ø)

Copy link

codecov bot commented Aug 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.16%. Comparing base (6919dff) to head (207f04d).

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     #601   +/-   ##
=======================================
  Coverage   98.15%   98.16%           
=======================================
  Files         473      473           
  Lines       37767    37773    +6     
=======================================
+ Hits        37072    37078    +6     
  Misses        695      695           
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%> (+<0.01%) ⬆️
OutsideTasks 98.11% <100.00%> (+<0.01%) ⬆️
Files Coverage Δ
database/models/core.py 97.76% <100.00%> (+<0.01%) ⬆️
services/yaml/__init__.py 100.00% <100.00%> (ø)
tasks/sync_pull.py 98.81% <100.00%> (+<0.01%) ⬆️
tasks/tests/unit/test_clean_labels_index.py 98.29% <ø> (ø)
tasks/upload.py Critical 98.08% <100.00%> (+<0.01%) ⬆️
tasks/upload_clean_labels_index.py 100.00% <100.00%> (ø)
Related Entrypoints
run/app.tasks.upload.Upload
run/app.tasks.status.SetError
run/app.tasks.notify.Notify
run/app.tasks.timeseries.save_commit_measurements
run/app.tasks.profiling.normalizer
run/app.tasks.compute_comparison.ComputeComparison
run/app.tasks.upload.PreProcessUpload
run/app.tasks.label_analysis.process_request

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