sybila / biodivine-lib-bdd

A small library for BDD manipulation in Rust. Part of the BioDivine toolset.
MIT License
20 stars 4 forks source link

Coverage reporting is broken? #58

Open daemontus opened 2 months ago

daemontus commented 2 months ago

It seems that the code coverage that is being uploaded since #57 cannot be parsed by codecov? The CI passes without issues, and the coverage reported in the output log is correct, but the files uploaded to codecov cannot be processed.

Maybe this is because we added a very long running test that produces too much output?