Open Source Projects

Add code coverage to your open source C++ project – completely free, no signup required.

Get Started Instantly

covdbg is free for public repositories. No forms, no approval process – just add two things:

  1. Set source_root in your .covdbg.yaml to point to your repository
  2. Run with --fetch-license
# .covdbg.yaml
source_root: .Code language: YAML (yaml)
covdbg --fetch-license -o coverage.covdb myapp.exeCode language: PowerShell (powershell)

That’s it. covdbg reads the git remote from your source_root, verifies it’s public, and provisions a license automatically.

See our Quick Start examples – they work exactly like any other open source project.

Supported Platforms

  • GitHub
  • GitLab
  • Bitbucket

Using a different git hosting platform? Email info@covdbg.com with a link to your repository.

Learn More

See the Open Source Program page for full details on what’s included.