dart-lang / markdown

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

Run a periodic crash-test #590

Closed jonasfj closed 4 months ago

jonasfj commented 4 months ago

The crash_test.dart concept is a bit dumb, but it has found bugs a few times. This will download latest version of packages on pub.dev, on my desktop that takes about 25 minutes. I'm guessing that on Github Actions it'll run a bit slower :see_no_evil:

We could run it for all package versions, but there is like 10x more package versions than packages. It's more likely that we should run it for most packages or something else.

Or perhaps we can find a nice large corpus of markdown files somewhere else to use for crash-testing.

coveralls commented 4 months ago

Pull Request Test Coverage Report for Build 8174367064

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


Totals Coverage Status
Change from base Build 7977582785: 0.002%
Covered Lines: 1543
Relevant Lines: 1605

💛 - Coveralls