Jan Grodowski·Mar 31, 2022Skipping selected test coverage warnings with undercoverUndercover checks are all about making sure that no changed line of code is merged without test coverage. Ideally, this happens in code…A response icon1A response icon1
Jan Grodowski·Mar 16, 2021Branch coverage now available in Undercover checks ✨The purpose of branch coverage is to check whether every conditional branch in a given line of code has been tested and Ruby has this…
Jan Grodowski·Jun 24, 2020Introducing UndercoverCI!Today, I’m launching UndercoverCI— a CI robot who protects your Ruby codebase from untested code changes. Take a moment to learn why you…
Jan Grodowski·Dec 19, 2018Improve your Ruby code reviews with actionable code coverage and UndercoverTurn untested methods and classes into actionable pull request warnings, because coverage as percentage is not enough.A response icon1A response icon1
In[:] futureDevbyJan Grodowski·Jul 31, 2018Stop shipping untested Ruby code with undercoverRuby is a productive and fun to work with environment with lots of useful tools and products for managing software quality. Today, I am…A response icon2A response icon2
IncodebeatbyJan Grodowski·Nov 7, 2016JavaScript static analysis at codebeatTL;DR codebeat officially supports JavaScript and TypeScript analysis for both premium and free users! 🎉