• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

47ng / prisma-field-encryption
80%

Build:
DEFAULT BRANCH: next
Repo Added 24 Nov 2021 12:53PM UTC
Token ysRSqwnLrYbJLnF7KqjdnypmbPwHDAzgE regen
Build 232 Last
Files 12
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH next
branch: next
CHANGE BRANCH
x
Reset
Sync Branches
  • next
  • dependabot/github_actions/next/actions/cache-2.1.7
  • dependabot/github_actions/next/actions/cache-3.0.1
  • dependabot/github_actions/next/actions/cache-3.0.11
  • dependabot/github_actions/next/actions/cache-3.0.2
  • dependabot/github_actions/next/actions/cache-3.0.3
  • dependabot/github_actions/next/actions/cache-3.0.4
  • dependabot/github_actions/next/actions/cache-3.0.5
  • dependabot/github_actions/next/actions/cache-3.0.8
  • dependabot/github_actions/next/actions/cache-3.0.9
  • dependabot/github_actions/next/actions/cache-3.2.2
  • dependabot/github_actions/next/actions/cache-3.2.4
  • dependabot/github_actions/next/actions/cache-3.2.6
  • dependabot/github_actions/next/actions/cache-3.3.1
  • dependabot/github_actions/next/actions/cache-3.3.2
  • dependabot/github_actions/next/actions/cache-4.0.2
  • dependabot/github_actions/next/actions/cache-4.1.2
  • dependabot/github_actions/next/actions/cache-4.2.0
  • dependabot/github_actions/next/actions/checkout-3
  • dependabot/github_actions/next/actions/checkout-3.0.2
  • dependabot/github_actions/next/actions/checkout-3.1.0
  • dependabot/github_actions/next/actions/checkout-3.2.0
  • dependabot/github_actions/next/actions/checkout-3.3.0
  • dependabot/github_actions/next/actions/checkout-3.5.1
  • dependabot/github_actions/next/actions/checkout-3.5.2
  • dependabot/github_actions/next/actions/checkout-3.5.3
  • dependabot/github_actions/next/actions/checkout-3.6.0
  • dependabot/github_actions/next/actions/checkout-4.1.0
  • dependabot/github_actions/next/actions/checkout-4.1.1
  • dependabot/github_actions/next/actions/checkout-4.1.7
  • dependabot/github_actions/next/actions/checkout-4.2.0
  • dependabot/github_actions/next/actions/checkout-4.2.2
  • dependabot/github_actions/next/actions/setup-node-3.4.1
  • dependabot/github_actions/next/actions/setup-node-3.5.1
  • dependabot/github_actions/next/actions/setup-node-3.6.0
  • dependabot/github_actions/next/actions/setup-node-3.7.0
  • dependabot/github_actions/next/actions/setup-node-3.8.1
  • dependabot/github_actions/next/actions/setup-node-4.0.0
  • dependabot/github_actions/next/actions/setup-node-4.0.2
  • dependabot/github_actions/next/actions/setup-node-4.0.3
  • dependabot/github_actions/next/actions/setup-node-4.0.4
  • dependabot/github_actions/next/actions/setup-node-4.1.0
  • dependabot/github_actions/next/coverallsapp/github-action-1.2.4
  • dependabot/github_actions/next/coverallsapp/github-action-2.1.2
  • dependabot/github_actions/next/coverallsapp/github-action-2.2.0
  • dependabot/github_actions/next/coverallsapp/github-action-2.2.1
  • dependabot/github_actions/next/coverallsapp/github-action-2.2.3
  • dependabot/github_actions/next/coverallsapp/github-action-2.3.0
  • dependabot/github_actions/next/coverallsapp/github-action-2.3.4
  • deps
  • docs/typescript
  • feat/custom-cipher-function
  • feat/custom-client-location
  • feat/nested-queries
  • feat/prisma-client-extension
  • feature/add-ability-to-filter-by-list
  • feature/prisma-ast
  • feature/sanitize-hash
  • fix-decryption-on-larger-strings
  • fix/140-windows-path-issue-in-generated-import-statements
  • fix/74-check-types-in-encryption
  • fix/call-stack-size-exceeded-in-traverse-tree
  • fix/consider-select-for-decryption-within-nested-queries
  • fix/prisma-5.9.1-compat
  • gk-remove-interactive-dep
  • percy-support-not-condition-on-hash-data

26 Sep 2025 02:55PM UTC coverage: 79.579% (+0.3%) from 79.242%
18041344784

push

github

web-flow
fix: normalize prisma client output paths for consistent import handling (#146)

215 of 290 branches covered (74.14%)

Branch coverage included in aggregate %.

7 of 7 new or added lines in 1 file covered. (100.0%)

276 of 327 relevant lines covered (84.4%)

477383.78 hits per line

Relevant lines Covered
Build:
Build:
327 RELEVANT LINES 276 COVERED LINES
477383.78 HITS PER LINE
Source Files on next
  • Tree
  • List 12
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
18041344784 next fix: normalize prisma client output paths for consistent import handling (#146) push 26 Sep 2025 02:58PM UTC web-flow github
79.58
13069234660 next chore: Pin yarn version (#139) push 31 Jan 2025 08:41AM UTC web-flow github
79.24
11485540163 next chore(deps): Bump actions/checkout from 4.1.7 to 4.2.0 (#124) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/acti... push 23 Oct 2024 06:02PM UTC web-flow github
79.24
11019901257 next fix: support decrypting strings larger than 4 MiB (#123) The `cloakedStringRegex` regex fails on ciphertexts larger than 4 MiB. The new `parseCloakedString` in [`@47ng/cloak@1.2.0`][1] doesn't have this limitation. [1]: https://github.com/47... push 24 Sep 2024 06:38PM UTC web-flow github
79.24
10298732511 next chore(deps): Bump actions/setup-node from 4.0.2 to 4.0.3 (#118) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.co... push 08 Aug 2024 08:35AM UTC web-flow github
79.24
9662774092 next chore(deps): Bump actions/checkout from 3.5.3 to 4.1.7 (#114) Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/ac... push 25 Jun 2024 12:51PM UTC web-flow github
79.24
9662548999 next chore(deps): Bump actions/setup-node from 3.7.0 to 4.0.2 (#113) Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.7.0 to 4.0.2. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.... push 25 Jun 2024 12:36PM UTC web-flow github
79.24
9662546727 next chore(deps): Bump actions/cache from 3.3.1 to 4.0.2 (#112) Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/... push 25 Jun 2024 12:36PM UTC web-flow github
79.24
9662543686 next chore(deps): Bump coverallsapp/github-action from 2.2.1 to 2.3.0 (#111) Bumps [coverallsapp/github-action](https://github.com/coverallsapp/github-action) from 2.2.1 to 2.3.0. - [Release notes](https://github.com/coverallsapp/github-action/releas... push 25 Jun 2024 12:36PM UTC web-flow github
79.24
9662474453 next feat: Add support for normalizing hashes (#110) * feat(sanitize-hash): add support for sanitizing hash * feat(sanitize-hash): Add note about unique in README * feat(normalize-hash): Rename sanitize to normalize * feat(normalize-hash): Ad... push 25 Jun 2024 12:32PM UTC web-flow github
79.24
See All Builds (208)

Badge your Repo: prisma-field-encryption

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc