make telemetry helper resilient to exceptions #452
Merged
Codecov / codecov/project
failed
May 16, 2024 in 1s
97.36% (-0.02%) compared to 90cdb7b
View this Pull Request on Codecov
97.36% (-0.02%) compared to 90cdb7b
Details
Codecov Report
Attention: Patch coverage is 50.00000%
with 4 lines
in your changes are missing coverage. Please review.
Project coverage is 97.36%. Comparing base (
90cdb7b
) to head (2043376
).
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
@@ Coverage Diff @@
## main #452 +/- ##
==========================================
- Coverage 97.37% 97.36% -0.02%
==========================================
Files 432 432
Lines 34355 34361 +6
==========================================
+ Hits 33454 33456 +2
- Misses 901 905 +4
Components | Coverage Δ | |
---|---|---|
NonTestCode | 94.59% <50.00%> (-0.03%) |
⬇️ |
OutsideTasks | 97.48% <50.00%> (-0.02%) |
⬇️ |
Files | Coverage Δ | |
---|---|---|
helpers/telemetry.py Critical | 91.30% <50.00%> (-5.53%) |
⬇️ |
Related Entrypoints |
---|
run/app.tasks.bundle_analysis.BundleAnalysisProcessor |
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.pulls.Sync |
run/app.tasks.compute_comparison.ComputeComparison |
run/app.tasks.upload.UploadFinisher |
run/app.tasks.upload.UploadProcessor |
run/app.tasks.commit_update.CommitUpdate |
run/app.tasks.upload.PreProcessUpload |
run/app.tasks.profiling.collection |
run/app.tasks.upload.ParallelVerification |
run/app.tasks.sync_repo_languages_gql.SyncLanguagesGQL |
run/app.tasks.bundle_analysis.BundleAnalysisNotify |
run/app.tasks.test_results.TestResultsFinisherTask |
run/app.tasks.sync_repo_languages.SyncLanguages |
run/app.cron.profiling.findinguncollected |
run/app.tasks.profiling.summarization |
run/app.tasks.static_analysis.check_suite |
run/app.tasks.sync_repos.SyncRepos |
run/app.cron.hourly_check.HourlyCheckTask |
run/app.tasks.test_results.TestResultsProcessor |
run/app.tasks.new_user_activated.NewUserActivated |
run/app.tasks.sync_teams.SyncTeams |
run/app.tasks.timeseries.backfill_commits |
run/app.cron.plan.TrialExpirationCronTask |
run/app.cron.daily.GitHubAppWebhooksCheckTask |
run/app.tasks.timeseries.backfill_dataset |
run/app.tasks.label_analysis.process_request |
run/app.tasks.flush_repo.FlushRepo |
run/app.tasks.upload.ManualUploadCompletionTrigger |
run/app.cron.daily.BrollyStatsRollupTask |
Loading