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

Template inheritance #9

Merged
merged 6 commits into from
Mar 22, 2021
Merged

Template inheritance #9

merged 6 commits into from
Mar 22, 2021

Conversation

adam-fowler
Copy link
Member

As described here mustache/spec#75

@codecov
Copy link

codecov bot commented Mar 22, 2021

Codecov Report

Merging #9 (cc09931) into main (af345e9) will increase coverage by 0.10%.
The diff coverage is 95.04%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   90.95%   91.06%   +0.10%     
==========================================
  Files          13       14       +1     
  Lines         641      716      +75     
==========================================
+ Hits          583      652      +69     
- Misses         58       64       +6     
Impacted Files Coverage Δ
Sources/HummingbirdMustache/Template+Parser.swift 95.45% <84.61%> (-2.11%) ⬇️
Sources/HummingbirdMustache/Context.swift 100.00% <100.00%> (ø)
Sources/HummingbirdMustache/Library.swift 100.00% <100.00%> (ø)
Sources/HummingbirdMustache/Sequence.swift 100.00% <100.00%> (ø)
Sources/HummingbirdMustache/Template+Render.swift 100.00% <100.00%> (ø)
Sources/HummingbirdMustache/Template.swift 100.00% <100.00%> (ø)

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 af345e9...cc09931. Read the comment docs.

@adam-fowler adam-fowler merged commit 35d5260 into main Mar 22, 2021
@adam-fowler adam-fowler deleted the template-inheritance branch March 22, 2021 12:02
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.

1 participant