Skip to content

Commit

Permalink
Remove code coverage tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed May 31, 2024
1 parent d337475 commit 03f35d3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 56 deletions.
55 changes: 0 additions & 55 deletions .github/workflows/code-coverage.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
[![clang-analyze](https://github.com/taocpp/taopq/workflows/clang-analyze/badge.svg)](https://github.com/taocpp/taopq/actions?query=workflow%3Aclang-analyze)
[![clang-tidy](https://github.com/taocpp/taopq/workflows/clang-tidy/badge.svg)](https://github.com/taocpp/taopq/actions?query=workflow%3Aclang-tidy)
[![Sanitizer](https://github.com/taocpp/taopq/workflows/Sanitizer/badge.svg)](https://github.com/taocpp/taopq/actions?query=workflow%3ASanitizer)
[![Code Coverage](https://codecov.io/gh/taocpp/taopq/branch/main/graph/badge.svg?token=ykWa8RRdyk)](https://codecov.io/gh/taocpp/taopq)

taoPQ is a lightweight C++ client library for accessing a [PostgreSQL➚](https://www.postgresql.org/) database.
It has no dependencies beyond [`libpq`](https://www.postgresql.org/docs/current/libpq.html), the C application programmer's interface to PostgreSQL.
Expand Down

0 comments on commit 03f35d3

Please sign in to comment.