Heiko Seeberger

Results 93 comments of Heiko Seeberger

Hi @luksow, I do no longer actively maintain this project. Sorry.

I don't think so.

Thanks @pjfanning to take this project further. Do you think it could make sense to either make you a maintainer of this project or transfer it to some other organization...

I'd love to find other maintainers, because currently I have no time to work on it.

``` /** * Materializes into a sink connected to a source, i.e. the sink pushes into the source: * * +----------+ +----------+ * > Sink |------>| Source > * +----------+...

Why am I (still) on this repo? ;-)

Not 100% sure what you are asking, but let's take an example: case class Person(firstName: String, lastName: String) => That should not produce red bars / low coverage

Thanks for the clarifications! I am talking about test coverage, not code coverage, i.e. I am interested in knowing, whether all relevant code is tested. I don't consider compiler generated...