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 test_deps_compat #193

Merged
merged 6 commits into from
Sep 25, 2023

Conversation

lgoettgens
Copy link
Collaborator

In preparation for fixing #178.

Changes existing functions to return intermediate results instead of LazyTestResults. This enables better composability without repeating too much work. Furthermore, the internal tests got clearer and more readable.

@codecov
Copy link

codecov bot commented Sep 21, 2023

Codecov Report

Merging #193 (6c5b159) into master (e58c279) will decrease coverage by 1.11%.
The diff coverage is 69.44%.

@@            Coverage Diff             @@
##           master     #193      +/-   ##
==========================================
- Coverage   77.91%   76.80%   -1.11%     
==========================================
  Files          11       11              
  Lines         756      763       +7     
==========================================
- Hits          589      586       -3     
- Misses        167      177      +10     
Flag Coverage Δ
unittests 76.80% <69.44%> (-1.11%) ⬇️

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

Files Changed Coverage Δ
src/deps_compat.jl 68.96% <66.66%> (-27.81%) ⬇️
src/utils.jl 91.02% <77.77%> (-1.73%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

src/deps_compat.jl Outdated Show resolved Hide resolved
src/deps_compat.jl Outdated Show resolved Hide resolved
src/deps_compat.jl Outdated Show resolved Hide resolved
test/test_deps_compat.jl Outdated Show resolved Hide resolved
test/test_deps_compat.jl Outdated Show resolved Hide resolved
test/test_deps_compat.jl Outdated Show resolved Hide resolved
test/test_deps_compat.jl Outdated Show resolved Hide resolved
@lgoettgens lgoettgens merged commit 82e8a30 into JuliaTesting:master Sep 25, 2023
20 of 22 checks passed
@lgoettgens lgoettgens deleted the lg/refactor-deps-compat branch September 25, 2023 16:07
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.

2 participants