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

dev: Add Ruff Perf rules to worker #552

Merged
merged 4 commits into from
Jul 10, 2024

remove unused

857ba6c
Select commit
Loading
Failed to load commit list.
Merged

dev: Add Ruff Perf rules to worker #552

remove unused
857ba6c
Select commit
Loading
Failed to load commit list.
Codecov Notifications / codecov/project succeeded Jul 9, 2024 in 0s

97.51% (+0.00%) compared to 562a878

View this Pull Request on Codecov

97.51% (+0.00%) compared to 562a878

Details

Codecov Report

Attention: Patch coverage is 93.75000% with 1 line in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #552   +/-   ##
=======================================
  Coverage   97.51%   97.51%           
=======================================
  Files         420      420           
  Lines       35411    35389   -22     
=======================================
- Hits        34530    34509   -21     
+ Misses        881      880    -1     
Components Coverage Δ
NonTestCode 94.58% <91.66%> (-0.01%) ⬇️
OutsideTasks 97.74% <90.90%> (-0.01%) ⬇️
Files Coverage Δ
services/flake_detection.py 95.90% <100.00%> (ø)
services/notification/__init__.py 100.00% <100.00%> (ø)
.../notification/notifiers/mixins/message/__init__.py 100.00% <100.00%> (ø)
.../notification/notifiers/mixins/message/sections.py 97.33% <100.00%> (-0.01%) ⬇️
services/notification/notifiers/slack.py 100.00% <100.00%> (ø)
services/notification/notifiers/status/base.py 98.70% <100.00%> (ø)
services/report/__init__.py 92.22% <100.00%> (-0.07%) ⬇️
tasks/compute_comparison.py 100.00% <100.00%> (ø)
tasks/tests/unit/test_preprocess_upload.py 100.00% <100.00%> (ø)
tasks/tests/unit/test_sync_repos_task.py 99.70% <100.00%> (+0.28%) ⬆️
... and 1 more