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

Fix flags being a list in TestResults arguments #731

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

Swatinem
Copy link
Contributor

@Swatinem Swatinem commented Sep 20, 2024

This fixes a regression from #718:

Seems like flags is a comma-separated string in all upload types except TestResults, where it is already a list.

Fixes ECDN-WORKER-D7C, fixes WORKER-PBY

@Swatinem Swatinem requested a review from a team September 20, 2024 14:15
@Swatinem Swatinem self-assigned this Sep 20, 2024
@codecov-staging
Copy link

codecov-staging bot commented Sep 20, 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     #731      +/-   ##
==========================================
- Coverage   98.09%   98.07%   -0.02%     
==========================================
  Files         434      434              
  Lines       36800    36800              
==========================================
- Hits        36098    36091       -7     
- Misses        702      709       +7     
Flag Coverage Δ
integration 98.07% <100.00%> (-0.02%) ⬇️
latest-uploader-overall 98.07% <100.00%> (-0.02%) ⬇️
unit 98.07% <100.00%> (-0.02%) ⬇️

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

Components Coverage Δ
NonTestCode 95.97% <100.00%> (-0.05%) ⬇️
OutsideTasks 98.09% <100.00%> (-0.03%) ⬇️
Files Coverage Δ
services/test_results.py 90.05% <100.00%> (-3.67%) ⬇️

@codecov-qa
Copy link

codecov-qa bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.07%. Comparing base (0e7a95e) to head (900ac32).
Report is 1 commits behind head on main.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #731      +/-   ##
==========================================
- Coverage   98.09%   98.07%   -0.02%     
==========================================
  Files         434      434              
  Lines       36800    36800              
==========================================
- Hits        36098    36091       -7     
- Misses        702      709       +7     
Flag Coverage Δ
integration 98.07% <100.00%> (-0.02%) ⬇️
latest-uploader-overall 98.07% <100.00%> (-0.02%) ⬇️
unit 98.07% <100.00%> (-0.02%) ⬇️

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

Components Coverage Δ
NonTestCode 95.97% <100.00%> (-0.05%) ⬇️
OutsideTasks 98.09% <100.00%> (-0.03%) ⬇️
Files with missing lines Coverage Δ
services/test_results.py 90.05% <100.00%> (-3.67%) ⬇️

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.12%. Comparing base (0e7a95e) to head (900ac32).
Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #731      +/-   ##
==========================================
- Coverage   98.13%   98.12%   -0.02%     
==========================================
  Files         475      475              
  Lines       38155    38155              
==========================================
- Hits        37445    37438       -7     
- Misses        710      717       +7     
Flag Coverage Δ
integration 98.07% <100.00%> (-0.02%) ⬇️
latest-uploader-overall 98.07% <100.00%> (-0.02%) ⬇️
unit 98.07% <100.00%> (-0.02%) ⬇️

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

Components Coverage Δ
NonTestCode 96.07% <100.00%> (-0.05%) ⬇️
OutsideTasks 98.09% <100.00%> (-0.03%) ⬇️
Files with missing lines Coverage Δ
services/test_results.py 90.05% <100.00%> (-3.67%) ⬇️
Related Entrypoints
run/app.tasks.upload.Upload

Copy link

codecov-public-qa bot commented Sep 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.07%. Comparing base (0e7a95e) to head (900ac32).

✅ All tests successful. No failed tests found.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #731      +/-   ##
==========================================
- Coverage   98.09%   98.07%   -0.02%     
==========================================
  Files         434      434              
  Lines       36800    36800              
==========================================
- Hits        36098    36091       -7     
- Misses        702      709       +7     
Flag Coverage Δ
integration 98.07% <100.00%> (-0.02%) ⬇️
latest-uploader-overall 98.07% <100.00%> (-0.02%) ⬇️
unit 98.07% <100.00%> (-0.02%) ⬇️

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

Components Coverage Δ
NonTestCode 95.97% <100.00%> (-0.05%) ⬇️
OutsideTasks 98.09% <100.00%> (-0.03%) ⬇️
Files Coverage Δ
services/test_results.py 90.05% <100.00%> (-3.67%) ⬇️

@Swatinem Swatinem added this pull request to the merge queue Sep 20, 2024
Merged via the queue into main with commit a7cb347 Sep 20, 2024
16 of 27 checks passed
@Swatinem Swatinem deleted the swatinem/testresultsflags branch September 20, 2024 14:43
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