dart-lang / markdown

A Dart markdown library
https://pub.dev/packages/markdown
BSD 3-Clause "New" or "Revised" License
443 stars 201 forks source link

Refactor AutolinkExtensionSyntax #471

Closed chenzhiguang closed 1 year ago

chenzhiguang commented 1 year ago

To improve the readability and test coverage.

Fix: https://github.com/dart-lang/markdown/issues/470

chenzhiguang commented 1 year ago

@srawlins hi, I have created 3 more PRs. I am not sure if I need to ping you each time when I have created a new PR, so it will show up somewhere on your dashboard. 🙂

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3352129856

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
lib/src/inline_syntaxes/autolink_extension_syntax.dart 32 33 96.97%
<!-- Total: 32 33 96.97% -->
Files with Coverage Reduction New Missed Lines %
lib/src/extension_set.dart 8 64.0%
<!-- Total: 8 -->
Totals Coverage Status
Change from base Build 3352023435: -0.4%
Covered Lines: 1198
Relevant Lines: 1267

💛 - Coveralls