Skip to content

Developer Guide

StefanGreve edited this page Sep 17, 2023 · 8 revisions

Continuous Integration

CodeCov

Codecov is the all-in-one code coverage reporting solution that makes it possible to analyze a PR coverage test delta.

# validate configuration file before committing any changes
curl -X POST --data-binary "@.codecov.yml" https://codecov.io/validate

Documentation: https://docs.codecov.com/docs/codecovyml-reference

Clone this wiki locally