A Continuous Integration Addict

Jul 16th, 2008No Comments

I have to admit — I’m addicted to continuous integration.

When I’m deep in coding and finally commit my work, I generally go over to our build server and see the status. If it’s not going to build for a few a long while, I generally start it manually.

Why do I do this?  I like to see the coverage report (did I make it better?  Or did I make things worse?) . I also like to see how many unit tests I created (on the subproject I was working on today, it started out at 88 and went to an even 100.  Seemed like a good place to start).

Is this normal? Or am I a strange addict?

Leave a Reply

You must be logged in to post a comment.