scala-academy / performance-analysis

This is a project to be used in the "Scala and akka in practise" course
Other
5 stars 3 forks source link

First refactoring of Protocol: inter-actor messages are now in a sepa… #85

Closed jwvl closed 8 years ago

jwvl commented 8 years ago

Split the messages in the Protocol class: inter-actor messages now in InterActorMessage

effibennekers commented 8 years ago

Could you please increase code coverage? Codacy is rejecting your PR at the moment.

jordi133 commented 8 years ago

On codacy it seems that line 55 of Administrator is not touched by any test. Perhaps adding that case to AdministratorSpec help.