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

Refactor LazyTestResult away #237

Merged
merged 8 commits into from
Nov 24, 2023
Merged

Conversation

lgoettgens
Copy link
Collaborator

@lgoettgens lgoettgens commented Nov 6, 2023

This is a first step towards #180 as it gets rid of LazyTestResult, which is inherently incompatible with returning a list of things. Furthermore, it makes the code more readable without it.

And some more minor cleanup.

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (f3e9fd9) 76.33% compared to head (c5d96ea) 75.33%.

Files Patch % Lines
src/project_extras.jl 88.88% 4 Missing ⚠️
src/stale_deps.jl 76.47% 4 Missing ⚠️
src/utils.jl 80.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #237      +/-   ##
==========================================
- Coverage   76.33%   75.33%   -1.01%     
==========================================
  Files          11       11              
  Lines         786      750      -36     
==========================================
- Hits          600      565      -35     
+ Misses        186      185       -1     
Flag Coverage Δ
unittests 75.33% <85.71%> (-1.01%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lgoettgens lgoettgens force-pushed the lg/refactor branch 3 times, most recently from 2f1d39b to 0e93f09 Compare November 17, 2023 10:35
@lgoettgens lgoettgens changed the title Refactoring Refactoring LazyTestResult Nov 17, 2023
@lgoettgens lgoettgens marked this pull request as ready for review November 17, 2023 15:21
@lgoettgens lgoettgens changed the title Refactoring LazyTestResult Refactore LazyTestResult away Nov 17, 2023
@lgoettgens lgoettgens changed the title Refactore LazyTestResult away Refactor LazyTestResult away Nov 24, 2023
@lgoettgens lgoettgens enabled auto-merge (squash) November 24, 2023 16:47
@lgoettgens lgoettgens merged commit e9a4230 into JuliaTesting:master Nov 24, 2023
22 of 23 checks passed
@lgoettgens lgoettgens deleted the lg/refactor branch November 24, 2023 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant