Anders429 / simfile

Apache License 2.0
0 stars 0 forks source link

Code Coverage issue with `log` feature #27

Closed Anders429 closed 2 years ago

Anders429 commented 2 years ago

When log is enabled, different tests are run than when it is disabled. This causes the internal_log.rs file's tests to only be half-covered, regardless of the features enabled.

It looks like tarpaulin supports a config file, which can be named .tarpaulin.toml. It appears, from the example, to allow specifying multiple configurations for coverage runs. As far as I can tell, they seem to be combined into a single report when tarpaulin is run.