wooorm / markdown-rs

CommonMark compliant markdown parser in Rust with ASTs and extensions
https://docs.rs/markdown/1.0.0-alpha.18/markdown/
MIT License
836 stars 41 forks source link

Fix `tarpaulin` out format #82

Closed FirelightFlagboy closed 9 months ago

FirelightFlagboy commented 9 months ago

This change will fix the failure on https://github.com/wooorm/markdown-rs/actions/runs/6252150859/job/16974753952

wooorm commented 9 months ago

Ah, yeah I was wondering what was bugging out with the coverage, I assumed it was maybe a broken release of tarpaulin that would solve itself. Thanks for this PR!

wooorm commented 9 months ago

Thank you!