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 #100

Merged
merged 1 commit into from
Jun 3, 2023
Merged

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Jun 2, 2023

This simplifies dependency management (the compat bounds for both main and test dependencies are now listed in the top-level Project.toml). If one wants to instantiate the test environment, it's better to use https://github.com/JuliaTesting/TestEnv.jl, which avoids conflicts between the main and test manifests.

This PR also switches to Aqua 0.6 in tests, as this is the version being maintained at present.

@codecov
Copy link

codecov bot commented Jun 2, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.23 🎉

Comparison is base (7558d4a) 94.72% compared to head (3bd3649) 94.96%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #100      +/-   ##
==========================================
+ Coverage   94.72%   94.96%   +0.23%     
==========================================
  Files           7        7              
  Lines         796      794       -2     
==========================================
  Hits          754      754              
+ Misses         42       40       -2     
Impacted Files Coverage Δ
src/ToeplitzMatrices.jl 100.00% <ø> (ø)
src/hankel.jl 96.15% <100.00%> (+2.48%) ⬆️
src/special.jl 98.55% <100.00%> (ø)
src/toeplitz.jl 97.53% <100.00%> (-0.04%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jishnub jishnub merged commit aafe423 into JuliaLinearAlgebra:master Jun 3, 2023
11 checks passed
@jishnub jishnub deleted the testenv branch June 3, 2023 11:33
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