tlienart / Xranklin.jl

Experimental repo for a refactoring of Franklin.jl
https://tlienart.github.io/Xranklin.jl
MIT License
40 stars 1 forks source link

closes #212 closes #210 #213

Closed tlienart closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 86.73% and project coverage change: +0.22 :tada:

Comparison is base (d876cbd) 81.24% compared to head (3c76e56) 81.47%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #213 +/- ## ========================================== + Coverage 81.24% 81.47% +0.22% ========================================== Files 66 66 Lines 3317 3374 +57 ========================================== + Hits 2695 2749 +54 - Misses 622 625 +3 ``` | [Impacted Files](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart) | Coverage Δ | | |---|---|---| | [src/build/build\_loop.jl](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL2J1aWxkL2J1aWxkX2xvb3Auamw=) | `0.00% <0.00%> (ø)` | | | [src/build/serve.jl](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL2J1aWxkL3NlcnZlLmps) | `86.41% <0.00%> (ø)` | | | [src/context/default\_context.jl](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL2NvbnRleHQvZGVmYXVsdF9jb250ZXh0Lmps) | `78.57% <ø> (ø)` | | | [src/convert/postprocess/hfuns/utils.jl](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL2NvbnZlcnQvcG9zdHByb2Nlc3MvaGZ1bnMvdXRpbHMuamw=) | `66.66% <ø> (ø)` | | | [src/build/full\_pass.jl](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL2J1aWxkL2Z1bGxfcGFzcy5qbA==) | `83.33% <50.00%> (ø)` | | | [src/process/md/process.jl](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL3Byb2Nlc3MvbWQvcHJvY2Vzcy5qbA==) | `93.54% <60.00%> (-3.01%)` | :arrow_down: | | [src/build/paths.jl](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL2J1aWxkL3BhdGhzLmps) | `84.14% <80.00%> (-5.98%)` | :arrow_down: | | [src/convert/postprocess/hfuns/input.jl](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL2NvbnZlcnQvcG9zdHByb2Nlc3MvaGZ1bnMvaW5wdXQuamw=) | `53.52% <81.81%> (+12.34%)` | :arrow_up: | | [src/convert/postprocess/dbb.jl](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL2NvbnZlcnQvcG9zdHByb2Nlc3MvZGJiLmps) | `86.88% <88.88%> (+0.44%)` | :arrow_up: | | [src/context/robots.jl](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart#diff-c3JjL2NvbnRleHQvcm9ib3RzLmps) | `100.00% <100.00%> (ø)` | | | ... and [4 more](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart) | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/tlienart/Xranklin.jl/pull/213/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Thibaut+Lienart)

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

github-actions[bot] commented 1 year ago

Preview should be up in a couple of mins at https://tlienart.github.io/Xranklin.jl/previews/PR213 (if you get a 404, wait 30s then refresh).