Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johto/pgcov
PL/PgSQL test coverage analysis
https://github.com/johto/pgcov
Last synced: about 9 hours ago
JSON representation
PL/PgSQL test coverage analysis
- Host: GitHub
- URL: https://github.com/johto/pgcov
- Owner: johto
- License: mit
- Created: 2014-06-04T18:55:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T08:37:58.000Z (about 5 years ago)
- Last Synced: 2023-03-28T23:38:06.886Z (over 1 year ago)
- Language: C
- Size: 33.2 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
pgcov
=====[![Build Status](https://travis-ci.org/johto/pgcov.svg?branch=master)](https://travis-ci.org/johto/pgcov)
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