lingui / swc-plugin

A SWC Plugin For LinguiJS
https://www.npmjs.com/package/@lingui/swc-plugin
MIT License
64 stars 13 forks source link

Add Code Coverage report #6

Open andrii-bodnar opened 1 year ago

andrii-bodnar commented 1 year ago
timofei-iatsenko commented 1 year ago

Looks like we need to use nightly Rust to collect coverage 😬 That's a bit weird because release is build with stable rust, and latest nightly has known compatibility problems with SWC.

I will continue investigating.

dominikdosoudil commented 1 month ago

I think that I managed to generate profraw files without nightly rust however I ended at that point because llvm-profdata is probably outdated on my mac 😆. Gonna try some workaround later.