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

chore: less java interop #130

Closed
wants to merge 2 commits into from
Closed

chore: less java interop #130

wants to merge 2 commits into from

Conversation

erdos
Copy link
Owner

@erdos erdos commented May 31, 2022

Use Clojure built in functions instead of direct Java interop calls where possible.

@codecov
Copy link

codecov bot commented May 31, 2022

Codecov Report

Merging #130 (890ada9) into master (944d2d7) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   93.04%   93.02%   -0.02%     
==========================================
  Files          25       25              
  Lines        1897     1893       -4     
  Branches      108      108              
==========================================
- Hits         1765     1761       -4     
  Misses         24       24              
  Partials      108      108              
Impacted Files Coverage Δ
src/stencil/process.clj 74.41% <ø> (ø)
src/stencil/cleanup.clj 93.47% <100.00%> (ø)
src/stencil/merger.clj 99.05% <100.00%> (-0.03%) ⬇️
src/stencil/model/style.clj 98.27% <100.00%> (ø)
src/stencil/postprocess/html.clj 85.96% <100.00%> (ø)
src/stencil/postprocess/images.clj 100.00% <100.00%> (ø)
src/stencil/postprocess/list_ref.clj 92.79% <100.00%> (ø)
src/stencil/tokenizer.clj 96.72% <100.00%> (ø)
src/stencil/util.clj 98.68% <100.00%> (ø)
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 944d2d7...890ada9. Read the comment docs.

@erdos erdos closed this Dec 10, 2022
@erdos erdos deleted the chore-less-reflect branch December 10, 2022 16:49
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