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

Remove test_project_toml_formatting #209

Merged
merged 3 commits into from
Oct 26, 2023

Conversation

fingolfin
Copy link
Collaborator

@fingolfin fingolfin commented Oct 13, 2023

It stands out from all other tests in Aqua in that it does not actually deal with 'quality'. The benefit is tiny if there is one at all, at the same time it is unreasonably compicated to implement and use right.

Resolves #208
Closes #206, closes #210

@codecov
Copy link

codecov bot commented Oct 13, 2023

Codecov Report

Merging #209 (99bfddb) into master (ebafef6) will decrease coverage by 1.23%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #209      +/-   ##
==========================================
- Coverage   89.16%   87.94%   -1.23%     
==========================================
  Files          11       10       -1     
  Lines         563      506      -57     
==========================================
- Hits          502      445      -57     
  Misses         61       61              
Flag Coverage Δ
unittests 87.94% <ø> (-1.23%) ⬇️

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

Files Coverage Δ
src/Aqua.jl 73.07% <ø> (+0.66%) ⬆️
src/utils.jl 76.00% <ø> (-15.31%) ⬇️

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

fingolfin and others added 3 commits October 24, 2023 16:52
It stands out from all other tests in Aqua in that it does not actually
deal with 'quality'. The benefit is tiny if there is one at all, at the
same time it is unreasonably compicated to implement and use right.
@lgoettgens
Copy link
Collaborator

lgoettgens commented Oct 24, 2023

@fingolfin I found some more code that is no longer needed. Could you have a look? (99bfddb)

@fingolfin
Copy link
Collaborator Author

@lgoettgens thank you, makes sense, and Looks good to me

@lgoettgens lgoettgens merged commit dd5f929 into master Oct 26, 2023
19 of 20 checks passed
@lgoettgens lgoettgens deleted the mh/kill-project_toml_formatting-test branch October 26, 2023 10:27
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.

Project.toml formatting test not sensible in julia pre-1.7
2 participants