I forgot how tedious it is to chase code coverage when writing tests.
-
I forgot how tedious it is to chase code coverage when writing tests.
However this was part of the reason that made me include the "boring" parts of building a robust library into the goals set for the #nlnet grant.
So after a couple of days of work I finally got the first of the storage backends for the #GoActivityPub library go past 80% test coverage.
I hope I can reuse some of the test logic in the other backends, as they need to perform identically.
-
I forgot how tedious it is to chase code coverage when writing tests.
However this was part of the reason that made me include the "boring" parts of building a robust library into the goals set for the #nlnet grant.
So after a couple of days of work I finally got the first of the storage backends for the #GoActivityPub library go past 80% test coverage.
I hope I can reuse some of the test logic in the other backends, as they need to perform identically.
@mariusor I agree that finding those last percents of coverage can be a pain.
But yes, more so trying to get a full app coverage up is hard and unsatisfactory work.