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

H0llyW00dzZ / crypto-rand
91%
master: 91%

Build:
Build:
LAST BUILD BRANCH: coverage
DEFAULT BRANCH: master
Repo Added 30 Jun 2025 02:53PM UTC
Files 4
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 coverage
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • Improve-test-randFill
  • Perfect-Accuracy
  • README.md
  • RSASSA-PSS
  • TS18046
  • X86-64-overhead-again
  • accuracy
  • accuracy-test
  • aes-like
  • another-constant
  • arch-dominating
  • arch-vs-arch-in-the-wilds
  • arm-crypto
  • async-crypto
  • async-method
  • async-randfill-test
  • base64Version
  • better-prime-method
  • bump-version
  • ci-cd-test-coverage-crypto
  • compiler
  • coverage
  • coverallsapp
  • dependabot/npm_and_yarn/babel-jest-30.0.4
  • dependabot/npm_and_yarn/babel-jest-30.0.5
  • dependabot/npm_and_yarn/babel/core-7.28.0
  • dependabot/npm_and_yarn/babel/preset-env-7.28.0
  • dependabot/npm_and_yarn/cross-env-10.0.0
  • dependabot/npm_and_yarn/jest-30.0.4
  • dependabot/npm_and_yarn/jest-30.0.5
  • dependabot/npm_and_yarn/jest-environment-jsdom-30.0.4
  • dependabot/npm_and_yarn/jest-environment-jsdom-30.0.5
  • dependabot/npm_and_yarn/types/node-24.0.10
  • dependabot/npm_and_yarn/types/node-24.0.12
  • dependabot/npm_and_yarn/types/node-24.0.13
  • dependabot/npm_and_yarn/types/node-24.0.14
  • dependabot/npm_and_yarn/types/node-24.0.15
  • dependabot/npm_and_yarn/types/node-24.0.8
  • dependabot/npm_and_yarn/types/node-24.1.0
  • dependabot/npm_and_yarn/types/node-24.2.0
  • dependabot/npm_and_yarn/types/node-24.2.1
  • dependabot/npm_and_yarn/typescript-5.9.2
  • dependabot/npm_and_yarn/undici-types-7.12.0
  • dependabot/npm_and_yarn/undici-types-7.13.0
  • dev-env
  • dh-operation
  • docs
  • docs-randPrime
  • enhance-dh-operations
  • env.js
  • extended-test-dh-operation
  • fips-prime-version
  • fips-version
  • fix-hardcoded
  • fix-typo
  • gcd-computation
  • gears
  • improve-is-probable-prime
  • increase-coverage
  • let-variable
  • let-variable-randPrimeAsync
  • linting
  • master
  • math-helper
  • math_helper
  • miller-accuracy
  • node-version
  • npm-keyword
  • npm-keywords
  • optimize
  • pass-parameter
  • pem-test
  • probable-prime-accuracy
  • rand
  • randAsync
  • randExponential
  • randFill
  • randFill-Support
  • randPassword-method
  • randPrime
  • randVersion
  • randasync
  • readme.md
  • redundant-async
  • rssa
  • safe-prime-Diffie-Hellman
  • shuffle-docs
  • test
  • test-accuracy-38
  • test-coverage
  • test-luck
  • test-randPassword
  • test-randasync
  • test-verify-public-keys
  • testing-randPrime
  • timing-attack-vuln-simulation
  • update-comments
  • version
  • workflow
  • workflow-path-ignore

12 Aug 2025 05:33PM UTC coverage: 91.189%. Remained the same
16916300058

Pull #168

github

web-flow
Merge 270f28fdd into 5fcd63151
Pull Request #168: Update [CI/CD] 🧪 Test Coverage Runner

440 of 477 branches covered (92.24%)

Branch coverage included in aggregate %.

450 of 499 relevant lines covered (90.18%)

36221900.13 hits per line

Relevant lines Covered
Build:
Build:
499 RELEVANT LINES 450 COVERED LINES
36221900.13 HITS PER LINE
Source Files on master
  • Tree
  • List 4
  • Changed 4
  • Source Changed 4
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
16916300058 coverage Merge 270f28fdd into 5fcd63151 Pull #168 12 Aug 2025 05:34PM UTC web-flow github
91.19
16883280436 master Build(deps-dev): bump @types/node from 24.2.0 to 24.2.1 (#167) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 24.2.0 to 24.2.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyType... push 11 Aug 2025 02:39PM UTC web-flow github
91.19
16873184109 dependabot/npm_and_yarn/types/node-24.2.1 Merge 6275b77ea into 83a0badfb Pull #167 11 Aug 2025 07:04AM UTC web-flow github
91.19
16842530940 master Optimize Miller-Rabin primality test (#166) - [+] refactor(math_helper.ts): optimize random byte generation based on the size of n push 08 Aug 2025 11:30PM UTC web-flow github
91.19
16842454200 improve-is-probable-prime Merge 03c27126b into 5ed8b38c0 Pull #166 08 Aug 2025 11:24PM UTC web-flow github
91.19
16839659889 master Add randPrimeAsync Testing Using RandFill in RSASSA-PSS & RSAES-OAEP (#165) - [+] test(crypto.async.test.ts): add RSAES-OAEP and RSASSA-PSS tests with async prime generation using RandFill push 08 Aug 2025 08:16PM UTC web-flow github
90.53
16839516661 async-randfill-test Merge 27e3fe8e4 into 647a9d17f Pull #165 08 Aug 2025 08:08PM UTC web-flow github
91.15
16769585603 master Refactor randPrime (Sync/Async) Parameter (#164) * Refactor randPrime (Sync/Async) - [+] Refactor `isProbablePrime` and `isProbablePrimeAsync` to include `randFill` parameter. * Bump Testing - [+] Update tests to include `randFill` parameter i... push 06 Aug 2025 06:45AM UTC web-flow github
91.15
16769408401 pass-parameter Merge e2e6c3a18 into 6c632ab45 Pull #164 06 Aug 2025 06:35AM UTC web-flow github
91.15
16769339969 pass-parameter Merge 80d21cc76 into 6c632ab45 Pull #164 06 Aug 2025 06:31AM UTC web-flow github
90.53
See All Builds (298)
  • 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