johto / pgcov

PL/PgSQL test coverage analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pgcov

Build Status

This is a project for tracking test coverage in PL/PgSQL functions. Very much a work in progress, so things will probably break and/or won't work correctly.

To run, you need to add "pgcov" to shared_preload_libraries. To build on 9.1, you need to do an in-tree build with NO_PGXS=1.

Requires PostgreSQL 9.1 or newer.

If you want a frontend, you could look at https://github.com/johto/pgcov-html

About

PL/PgSQL test coverage analysis

License:MIT License


Languages

Language:C 89.1%Language:C++ 8.6%Language:TSQL 1.4%Language:Makefile 1.0%