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

feat: add list function #94

Merged
merged 1 commit into from
Aug 20, 2021
Merged

feat: add list function #94

merged 1 commit into from
Aug 20, 2021

Conversation

erdos
Copy link
Owner

@erdos erdos commented Aug 20, 2021

Add new list() function to create a sequential collection (Clojure vector).

@codecov-commenter
Copy link

Codecov Report

Merging #94 (ca97cd9) into master (0811a1e) will decrease coverage by 0.11%.
The diff coverage is 92.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #94      +/-   ##
==========================================
- Coverage   92.50%   92.39%   -0.12%     
==========================================
  Files          24       24              
  Lines        1828     1827       -1     
  Branches      113      114       +1     
==========================================
- Hits         1691     1688       -3     
- Misses         24       25       +1     
- Partials      113      114       +1     
Impacted Files Coverage Δ
src/stencil/api.clj 89.36% <0.00%> (-4.26%) ⬇️
src/stencil/cleanup.clj 93.66% <ø> (ø)
src/stencil/infix.clj 97.09% <ø> (ø)
src/stencil/merger.clj 100.00% <ø> (ø)
src/stencil/model/numbering.clj 94.11% <ø> (ø)
src/stencil/ooxml.clj 100.00% <ø> (ø)
src/stencil/tokenizer.clj 96.87% <ø> (ø)
src/stencil/util.clj 98.38% <ø> (ø)
src/stencil/functions.clj 84.05% <100.00%> (+0.23%) ⬆️
src/stencil/model.clj 96.95% <100.00%> (+0.01%) ⬆️
... 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 747638c...ca97cd9. Read the comment docs.

@erdos erdos merged commit 5d735b4 into master Aug 20, 2021
@erdos erdos deleted the feat-list-fn branch August 20, 2021 11:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants