JuliaPolyhedra / Polyhedra.jl

Polyhedral Computation Interface
Other
172 stars 27 forks source link

Add test/Project.toml #313

Closed blegat closed 1 year ago

blegat commented 1 year ago

We can do this now as we have Julia v1.6 as minimum requirement.

codecov[bot] commented 1 year ago

Codecov Report

Base: 88.91% // Head: 88.53% // Decreases project coverage by -0.38% :warning:

Coverage data is based on head (57c6eb5) compared to base (e56953d). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #313 +/- ## ========================================== - Coverage 88.91% 88.53% -0.39% ========================================== Files 37 37 Lines 3149 2921 -228 ========================================== - Hits 2800 2586 -214 + Misses 349 335 -14 ``` | [Impacted Files](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra) | Coverage Δ | | |---|---|---| | [src/fulldim.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL2Z1bGxkaW0uamw=) | `87.50% <0.00%> (-12.50%)` | :arrow_down: | | [src/indices.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL2luZGljZXMuamw=) | `96.92% <0.00%> (-3.08%)` | :arrow_down: | | [src/comp.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL2NvbXAuamw=) | `90.69% <0.00%> (-2.49%)` | :arrow_down: | | [src/projection\_opt.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL3Byb2plY3Rpb25fb3B0Lmps) | `67.74% <0.00%> (-1.71%)` | :arrow_down: | | [src/dimension.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL2RpbWVuc2lvbi5qbA==) | `86.95% <0.00%> (-1.51%)` | :arrow_down: | | [src/opt.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL29wdC5qbA==) | `89.41% <0.00%> (-1.50%)` | :arrow_down: | | [src/doubledescription.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL2RvdWJsZWRlc2NyaXB0aW9uLmps) | `76.56% <0.00%> (-1.18%)` | :arrow_down: | | [src/decompose.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL2RlY29tcG9zZS5qbA==) | `76.51% <0.00%> (-1.11%)` | :arrow_down: | | [src/representation.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL3JlcHJlc2VudGF0aW9uLmps) | `63.63% <0.00%> (-1.07%)` | :arrow_down: | | [src/elements.jl](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra#diff-c3JjL2VsZW1lbnRzLmps) | `84.23% <0.00%> (-0.75%)` | :arrow_down: | | ... and [24 more](https://codecov.io/gh/JuliaPolyhedra/Polyhedra.jl/pull/313/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaPolyhedra)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.