Skip to content

Conversation

@jf-tech
Copy link
Owner

@jf-tech jf-tech commented Aug 29, 2020

Parser and TransformOp are the main interfaces for the omniparser.

This is the initial commit for the skeleton and more to come.

Also added a bunch of ??util packages for small helpers used throughout the codebase.

Parser and TransformOp are the main interfaces for the omniparser. This is the initial commit for the skeleton and more to come. Also added a bunch of ??util packages for small helpers used throughout the codebase.
@codecov
Copy link

codecov bot commented Aug 29, 2020

Codecov Report

Merging #11 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@ Coverage Diff @@ ## master #11 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 5 8 +3 Lines 118 131 +13 ========================================= + Hits 118 131 +13 
Impacted Files Coverage Δ
omniparser/schemaPlugin/header.go 100.00% <100.00%> (ø)
strutil/strutil.go 100.00% <100.00%> (ø)
testutil/testutil.go 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 a87eca8...24d10f5. Read the comment docs.

@jf-tech jf-tech merged commit 0855f2e into master Aug 29, 2020
@jf-tech jf-tech deleted the omniparser branch August 29, 2020 05:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant