Open CinquilCinquil opened 2 weeks ago
The command coverage report -m shows that the lines 33-38 in the PersistencePickle class are not covered by tests, even though tests for that part exist. The purpouse of this issue is to find out why this happens and implement a solution.
coverage report -m
The command
coverage report -m
shows that the lines 33-38 in the PersistencePickle class are not covered by tests, even though tests for that part exist. The purpouse of this issue is to find out why this happens and implement a solution.