otiai10 / opengraph

Open Graph Parser for Go
https://pkg.go.dev/github.com/otiai10/opengraph
MIT License
66 stars 13 forks source link

expose walk to not parse again html #18

Closed AyWa closed 3 years ago

AyWa commented 3 years ago

fix #17

codecov-io commented 3 years ago

Codecov Report

Merging #18 (f2bad15) into master (c9fc59c) will decrease coverage by 3.45%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   84.04%   80.59%   -3.46%     
==========================================
  Files           4        4              
  Lines         163      134      -29     
==========================================
- Hits          137      108      -29     
  Misses         17       17              
  Partials        9        9              
Impacted Files Coverage Δ
opengraph.go 75.67% <100.00%> (-3.40%) :arrow_down:
tag_meta.go 80.48% <0.00%> (-4.13%) :arrow_down:
tag_link.go 100.00% <0.00%> (ø)
tag_title.go 100.00% <0.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 c9fc59c...f2bad15. Read the comment docs.