zbraniecki / pluralrules

Pluralization handling in Rust
36 stars 4 forks source link

Skip autogenerated code in code coverage #7

Closed zbraniecki closed 6 years ago

zbraniecki commented 6 years ago

This is not yet ready to merge. I'm experimenting with ways to skip codegen code in codecoverage.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 39


Totals Coverage Status
Change from base Build 38: 0.0%
Covered Lines: 504
Relevant Lines: 1754

💛 - Coveralls
zbraniecki commented 6 years ago

This is now ready for review. This change makes the generated code be skipped by codecoverage (at least most of it - skipping whole modules is not yet supported - https://github.com/xd009642/tarpaulin/issues/138 )

zbraniecki commented 6 years ago

This raises our total codecoverage to 89% - https://coveralls.io/github/unclenachoduh/pluralrules