mozilla / grcov

Rust tool to collect and aggregate code coverage data for multiple source files
Mozilla Public License 2.0
1.17k stars 148 forks source link

Bundle bulma CSS #1086

Open legoktm opened 1 year ago

legoktm commented 1 year ago

To support restricted or offline environments, bundle the bulma CSS with grcov instead of loading it from the jsdelivr CDN.

HTML reports will now create bulma.min.css in the root directory and relatively reference it in all the HTML files.

Fixes #1079.


@calixteman: I don't think this is what you had in mind, but let me know what you think, I'm happy to implement/work on a different approach if that would be preferred.

mikhasd commented 11 months ago

What is required to move forward with this?

marco-c commented 11 months ago

@mikhasd addressing @lu-zero review comment