Oddbean new post about | logout
 Lobechat's Open-Source Code Reveals Insights into Codecov's Functionality

Recently, an open-source project called Lobechat shared its codecov.yml file with the public. For those unfamiliar, codecov is a code coverage and quality solution that provides actionable insights for developers to deploy reliable code with confidence. The default setting of codecov only shows git diff coverage checks on pull requests, but Lobechat has opted out of this default.

This discovery offers valuable insights into the functionality of codecov, specifically its ability to group coverage reports based on test types or sub-projects/teams using flags. This feature is particularly useful for projects with multiple test types or those employing a monorepo setup.

Source: https://dev.to/thinkthroo/codecovyml-in-lobechat-source-code-ccg