Standard Search
About 13 results
https://rants.broonix.ca/java-code-coverage-with-gradle-and-jacoco-2 · 22 Jan 2016
There are so many great metrics to help you improve a project’s quality. One of these metrics is code coverage. In this post we will go over why this measurement is important, how to measure coverage using JaCoCo. I’ll also wrap up with some info on co...
https://rants.broonix.ca/migrating-from-bamboo-to-travis-ci · 12 Dec 2015
At work we have been using Bamboo for a little over a year. It has served us well in the past, but for our newest project it has just not be working well. The cloud version seems to be severely limited. Want to upload your app to AWS after it’s built? Ye...
https://rants.broonix.ca/spring-boot-building-bootstrap-with-gulp-2 · 21 Nov 2015
Bootstrap is one of my favorite CSS frameworks. I’ve used it in many of my Java projects. One problem I’ve often ran into is how to include Bootstrap in your project. I’ve seen it done in quite a few ways. The most popular are. Added as a static libr...