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

Integrate flaky test detection into test results finisher #342

Merged
merged 1 commit into from
Apr 17, 2024

feat: Do flaky test detection in the test_results_finisher

4f5d33e
Select commit
Loading
Failed to load commit list.
Merged

Integrate flaky test detection into test results finisher #342

feat: Do flaky test detection in the test_results_finisher
4f5d33e
Select commit
Loading
Failed to load commit list.
Codecov Notifications / codecov/project failed Apr 17, 2024 in 1s

97.48% (-0.05%) compared to 8ab2578

View this Pull Request on Codecov

97.48% (-0.05%) compared to 8ab2578

Details

Codecov Report

Attention: Patch coverage is 97.90795% with 5 lines in your changes are missing coverage. Please review.

✅ All tests successful. No failed tests found ☺️

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #342      +/-   ##
==========================================
- Coverage   97.52%   97.48%   -0.05%     
==========================================
  Files         394      395       +1     
  Lines       32964    33193     +229     
==========================================
+ Hits        32147    32357     +210     
- Misses        817      836      +19     
Components Coverage Δ
NonTestCode 94.84% <94.04%> (+<0.01%) ⬆️
OutsideTasks 97.60% <98.85%> (-0.06%) ⬇️
Files Coverage Δ
rollouts/__init__.py 100.00% <100.00%> (ø)
services/tests/test_flake_detector.py 90.00% <100.00%> (-10.00%) ⬇️
services/tests/test_test_results.py 100.00% <100.00%> (ø)
tasks/tests/unit/test_test_results_finisher.py 100.00% <100.00%> (ø)
services/test_results.py 91.01% <95.65%> (+2.64%) ⬆️
tasks/test_results_finisher.py 94.35% <91.89%> (-1.16%) ⬇️