JuliaImages / QRCoders.jl

Creating QR Codes within Julia
https://juliaimages.org/QRCoders.jl/
MIT License
68 stars 11 forks source link

Gauss elimination for linear equation #39

Closed RexWzh closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 100.00% // Head: 82.78% // Decreases project coverage by -17.21% :warning:

Coverage data is based on head (8b8c388) compared to base (3ab2ab5). Patch coverage: 61.53% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #39 +/- ## ============================================ - Coverage 100.00% 82.78% -17.22% ============================================ Files 6 7 +1 Lines 541 639 +98 ============================================ - Hits 541 529 -12 - Misses 0 110 +110 ``` | [Impacted Files](https://codecov.io/gh/JuliaImages/QRCoders.jl/pull/39?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages) | Coverage Δ | | |---|---|---| | [src/style.jl](https://codecov.io/gh/JuliaImages/QRCoders.jl/pull/39/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL3N0eWxlLmps) | `73.78% <43.42%> (-26.22%)` | :arrow_down: | | [src/QRCoders.jl](https://codecov.io/gh/JuliaImages/QRCoders.jl/pull/39/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL1FSQ29kZXJzLmps) | `70.00% <50.00%> (-30.00%)` | :arrow_down: | | [src/equation.jl](https://codecov.io/gh/JuliaImages/QRCoders.jl/pull/39/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2VxdWF0aW9uLmps) | `88.46% <88.46%> (ø)` | | | [src/errorcorrection.jl](https://codecov.io/gh/JuliaImages/QRCoders.jl/pull/39/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2Vycm9yY29ycmVjdGlvbi5qbA==) | `68.57% <0.00%> (-31.43%)` | :arrow_down: | | [src/tables.jl](https://codecov.io/gh/JuliaImages/QRCoders.jl/pull/39/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL3RhYmxlcy5qbA==) | `94.11% <0.00%> (-5.89%)` | :arrow_down: | | [src/encode.jl](https://codecov.io/gh/JuliaImages/QRCoders.jl/pull/39/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaImages#diff-c3JjL2VuY29kZS5qbA==) | `96.11% <0.00%> (-3.89%)` | :arrow_down: | 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=JuliaImages). 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=JuliaImages)

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