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

curationexperts / laevigata
97%
main: 97%

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/cipher-base-1.0.6
DEFAULT BRANCH: main
Repo Added 05 Apr 2017 12:26AM UTC
Files 142
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 dependabot/npm_and_yarn/cipher-base-1.0.6
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • cache_junit_reporter
  • dependabot/npm_and_yarn/axios-0.30.0
  • dependabot/npm_and_yarn/babel/helpers-7.27.0
  • dependabot/npm_and_yarn/babel/runtime-7.27.0
  • dependabot/npm_and_yarn/brace-expansion-1.1.12
  • dependabot/npm_and_yarn/cipher-base-1.0.6
  • dependabot/npm_and_yarn/elliptic-6.6.1
  • dependabot/npm_and_yarn/nanoid-3.3.8
  • dependabot/npm_and_yarn/pbkdf2-3.1.3
  • dependabot/npm_and_yarn/sha.js-2.4.12
  • embargo_notifications
  • fix_flaky_test
  • fix_grad_service
  • fix_redis_current
  • fix_redis_namespace_deprecations
  • grad_dates
  • homepage-nursing
  • main
  • speedier_tests
  • spelling-misteak
  • test_ci

21 Aug 2025 03:50PM UTC coverage: 97.424%. Remained the same
fb4185f1-7c68-40ad-91ce-edd7606f0051

Pull #2472

circleci

web-flow
Bump cipher-base from 1.0.4 to 1.0.6

Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base) from 1.0.4 to 1.0.6.
- [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crypto-browserify/cipher-base/compare/v1.0.4...v1.0.6)

---
updated-dependencies:
- dependency-name: cipher-base
  dependency-version: 1.0.6
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #2472: Bump cipher-base from 1.0.4 to 1.0.6

2837 of 2912 relevant lines covered (97.42%)

51.03 hits per line

Relevant lines Covered
Build:
Build:
2912 RELEVANT LINES 2837 COVERED LINES
51.03 HITS PER LINE
Source Files on main
  • Tree
  • List 142
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
fb4185f1... dependabot/npm_and_yarn/cipher-base-1.0.6 Bump cipher-base from 1.0.4 to 1.0.6 Bumps [cipher-base](https://github.com/crypto-browserify/cipher-base) from 1.0.4 to 1.0.6. - [Changelog](https://github.com/browserify/cipher-base/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypt... Pull #2472 21 Aug 2025 04:01PM UTC web-flow circleci
97.42
ed53fbf6... dependabot/npm_and_yarn/sha.js-2.4.12 Bump sha.js from 2.4.11 to 2.4.12 Bumps [sha.js](https://github.com/crypto-browserify/sha.js) from 2.4.11 to 2.4.12. - [Changelog](https://github.com/browserify/sha.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/sha... Pull #2471 21 Aug 2025 04:00PM UTC web-flow circleci
96.31
8087b51d... main Speed up AttachFilesToWorkJob test **ISSUE** The test was creating a new ETD and file, and then running the job for each example, and then only reading the results. I.E. we were running expensive setup multiple times with no variation and only re... push 02 Jul 2025 05:02AM UTC mark-dce circleci
97.42
77b30366... speedier_tests Speed up AttachFilesToWorkJob test **ISSUE** The test was creating a new ETD and file, and then running the job for each example, and then only reading the results. I.E. we were running expensive setup multiple times with no variation and only re... Pull #2470 01 Jul 2025 06:35PM UTC mark-dce circleci
97.42
c1bb5ae4... main Bump brace-expansion from 1.1.11 to 1.1.12 Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/... push 01 Jul 2025 06:28PM UTC mark-dce circleci
97.42
dae436a2... dependabot/npm_and_yarn/brace-expansion-1.1.12 Bump brace-expansion from 1.1.11 to 1.1.12 Bumps [brace-expansion](https://github.com/juliangruber/brace-expansion) from 1.1.11 to 1.1.12. - [Release notes](https://github.com/juliangruber/brace-expansion/releases) - [Commits](https://github.com/... Pull #2469 01 Jul 2025 05:56PM UTC web-flow circleci
97.42
3d3af85f... main Fix redlock deprecation warnings **ISSUE** After the `Redis.current` fix, we are now seeing significant numbers of deprecations warnings like: ``` Passing 'call' command to redis as is; blind passthrough has been deprecated and will be removed ... push 01 Jul 2025 05:55PM UTC mark-dce circleci
97.42
90fcbe81... fix_redis_namespace_deprecations Fix redlock deprecation warnings **ISSUE** After the `Redis.current` fix, we are now seeing significant numbers of deprecations warnings like: ``` Passing 'call' command to redis as is; blind passthrough has been deprecated and will be removed ... Pull #2468 01 Jul 2025 05:46PM UTC mark-dce circleci
97.42
c420e839... main Bump pbkdf2 from 3.1.1 to 3.1.3 Bumps [pbkdf2](https://github.com/crypto-browserify/pbkdf2) from 3.1.1 to 3.1.3. - [Changelog](https://github.com/browserify/pbkdf2/blob/master/CHANGELOG.md) - [Commits](https://github.com/crypto-browserify/pbkdf2/... push 30 Jun 2025 09:41PM UTC mark-dce circleci
97.42
814b7cee... main Remove deprecated calls to `Redis.current` **ISSUE** Our logs are being swamped with deprecation messages similar to: ``` `Redis.current` is deprecated and will be removed in 5.0. (called from: /Users/mark/.rbenv/versions/2.7.4/lib/ruby/gems/2.... push 30 Jun 2025 09:40PM UTC mark-dce circleci
97.42
See All Builds (3733)
  • 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