Weekend Reading List #100 – Week of 11/29

Hello and welcome to the weekend reading list edition #100.  Thank you!!! This is the 100th edition of the weekend reading list. It all started in 2020 during a coffee (not from Dunkin') with Don Raab. After over 500 articles and videos featured in the blog and tens of thousands of views, I have to … Continue reading Weekend Reading List #100 – Week of 11/29

Advertisement

Weekend Reading List #98 – Week of 11/15

Hello and welcome to the weekend reading list edition #98.  NYJavaSIG Did you subscribe to the NYJavaSIG YouTube channel? Are you following the NYJavaSIG on Twitter? By subscribing to the YouTube channel, you'll have access to previous events, and by following us on Twitter, you'll be notified about events where you can be one of … Continue reading Weekend Reading List #98 – Week of 11/15

Use Jacoco And GitHub Actions to Improve Code Coverage

Eclipse Collections has recently added a code coverage report via Jacoco using GitHub actions. For those not familiar, Jacoco is a free code coverage library. In short, it measures how much of our code has test coverage. With this addition, anyone willing to contribute to Eclipse Collections can download the report, look for parts of code … Continue reading Use Jacoco And GitHub Actions to Improve Code Coverage