Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: enable code coverage #176

Merged
merged 1 commit into from
Feb 11, 2025
Merged

Conversation

steve-chavez
Copy link
Member

Requires changing the development workflow. Installation and packaging works as usual.

It brings an nxpg.nix script, which some patches for older pg versions. This can be externalized later on as a flake.

Requires changing the development workflow.
Installation and packaging works as usual.

It brings an `nxpg.nix` script, which some patches for older pg
versions. This can be externalized later on as a flake.
@steve-chavez steve-chavez marked this pull request as ready for review February 11, 2025 20:09
@steve-chavez steve-chavez merged commit 269cf82 into supabase:master Feb 11, 2025
9 checks passed
@steve-chavez
Copy link
Member Author

coverage results:

            |Lines       |Functions  |Branches    
Filename    |Rate     Num|Rate    Num|Rate     Num
==================================================
[/home/stevechavez/Projects/pg_net/src/]
core.c      |94.4%    198| 100%    11|    -      0
errors.c    | 100%     30| 100%     1|    -      0
event.c     |91.1%     56| 100%     8|    -      0
util.c      |91.9%     37| 100%     4|    -      0
worker.c    |93.3%    104| 100%     9|    -      0
==================================================
      Total:|93.9%    425| 100%    33|    -      0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants