bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.
Apache License 2.0
196 stars 23 forks source link

refactor(test): remove 'MatchDocumentFragmentGroups' matcher #1091

Closed xcoulon closed 1 year ago

xcoulon commented 1 year ago

use 'MatchDocumentFragment' instead

Signed-off-by: Xavier Coulon xcoulon@redhat.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #1091 (be24167) into master (af9c178) will decrease coverage by 0.00%. The diff coverage is 75.00%.

@@            Coverage Diff             @@
##           master    #1091      +/-   ##
==========================================
- Coverage   80.99%   80.99%   -0.01%     
==========================================
  Files          90       89       -1     
  Lines        7594     7577      -17     
==========================================
- Hits         6151     6137      -14     
+ Misses        948      946       -2     
+ Partials      495      494       -1