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

Split different tests into submodules #154

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

lgoettgens
Copy link
Collaborator

Still work in progress.

I try to wrap every logical block into its own module, as it is already the case for Piracy. This should help to be less confused about where some weird functions belong. And it declutters the tab-completion for Aqua..

@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Merging #154 (7376d10) into master (94a9c7a) will increase coverage by 0.12%.
The diff coverage is 89.65%.

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
+ Coverage   77.07%   77.19%   +0.12%     
==========================================
  Files          11       11              
  Lines         724      728       +4     
==========================================
+ Hits          558      562       +4     
  Misses        166      166              
Flag Coverage Δ
unittests 77.19% <89.65%> (+0.12%) ⬆️

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

Impacted Files Coverage Δ
src/Aqua.jl 73.07% <ø> (ø)
src/project_extras.jl 93.18% <50.00%> (-4.74%) ⬇️
src/piracy.jl 91.04% <55.55%> (ø)
src/undefined_exports.jl 90.90% <90.90%> (ø)
src/ambiguities.jl 90.82% <91.66%> (+1.22%) ⬆️
src/utils.jl 95.23% <96.66%> (+0.32%) ⬆️
src/deps_compat.jl 97.05% <100.00%> (+0.28%) ⬆️
src/project_toml_formatting.jl 87.50% <100.00%> (+1.78%) ⬆️
src/stale_deps.jl 97.56% <100.00%> (ø)
src/unbound_args.jl 80.00% <100.00%> (ø)

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

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.

None yet

1 participant