drmohundro / SWXMLHash

Simple XML parsing in Swift
MIT License
1.41k stars 205 forks source link

Add innerXML support #188

Closed drmohundro closed 6 years ago

drmohundro commented 6 years ago

Behaves like innerHTML except for XML. Fixes #168.

Also renamed a few internal variables to make linting happy.

codecov-io commented 6 years ago

Codecov Report

Merging #188 into master will increase coverage by 0.09%. The diff coverage is 52.38%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #188      +/-   ##
==========================================
+ Coverage   26.55%   26.64%   +0.09%     
==========================================
  Files          15       15              
  Lines        2218     2229      +11     
==========================================
+ Hits          589      594       +5     
- Misses       1629     1635       +6
Impacted Files Coverage Δ
Tests/SWXMLHashTests/XMLParsingTests.swift 0% <0%> (ø) :arrow_up:
Source/SWXMLHash.swift 77.75% <73.33%> (+0.2%) :arrow_up:

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 b42962d...ae3346e. Read the comment docs.