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

savannahghi / sghi-commons
100%
develop: 100%

Build:
Build:
LAST BUILD BRANCH: chore-upgrade-deps
DEFAULT BRANCH: develop
Repo Added 07 Sep 2023 11:24AM UTC
Files 13
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 chore-upgrade-deps
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • assorted-fixes
  • assorted-task-module-fixes
  • chore-deprecate-consume-task
  • chore-improve-tasks-typing
  • chore-list-retry-module-exports
  • chore-refactor-retry-to-use-ensure-callable
  • chore-rename-exponential-back-off-retry-logger
  • chore-setup-project
  • chore-update-deps
  • chore-upgrade-dependencies
  • chore-upgrade-deps
  • ci-change-release-channel-dev-to-rc
  • ci-fix-invalid-github-workflow-errors
  • ci-fix-release-workflow
  • ci-fix-semantic-release-config
  • ci-set-up-semantic-release
  • dependabot/npm_and_yarn/braces-3.0.3
  • develop
  • docs-add-badges-on-readme
  • docs-add-coverage
  • docs-improve-readme
  • docs-update-readme
  • feat-add-an-ensure-is-callable-checker
  • feat-add-common-utils
  • feat-add-config
  • feat-add-dispatcher
  • feat-add-disposable-mixin-and-helpers
  • feat-add-exponential-backoff-retry
  • feat-add-identity-task-factory
  • feat-add-instance-check-validators
  • feat-add-module-loading-utils
  • feat-add-native-task-composition-support
  • feat-add-registry
  • feat-add-setting-initializer-decorator
  • feat-add-supplier-task
  • feat-add-task-decorator
  • feat-add-tasks
  • feat-add-utils
  • feat-make-type-fqn-support-non-top-level-callables
  • fix-typing-on-comparable-checkers
  • main
  • next
  • setup-project

13 Jul 2024 10:10PM UTC coverage: 100.0%. Remained the same
#42

push

gitlub

kennedykori
release: 1.5.0 [skip ci]

## [1.5.0](https://github.com/savannahghi/sghi-commons/compare/v1.4.0...v1.5.0) (2024-07-13)

### Bug Fixes

* assorted fixes and improvements ([#44](https://github.com/savannahghi/sghi-commons/issues/44)) ([5928f9b](https://github.com/savannahghi/sghi-commons/commit/5928f9b0e))

### Dependency Updates

* **deps:** upgrade project dependencies ([#46](https://github.com/savannahghi/sghi-commons/issues/46)) ([a48947a](https://github.com/savannahghi/sghi-commons/commit/a48947acf))

### Features

* **config:** add `setting_initializer` decorator ([#45](https://github.com/savannahghi/sghi-commons/issues/45)) ([b655527](https://github.com/savannahghi/sghi-commons/commit/b65552782))
* **utils:** make `type_fqn` support callable instances ([#43](https://github.com/savannahghi/sghi-commons/issues/43)) ([fa13030](https://github.com/savannahghi/sghi-commons/commit/fa13030cd))

### Refactors

* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#48](https://github.com/savannahghi/sghi-commons/issues/48)) ([645060d](https://github.com/savannahghi/sghi-commons/commit/645060da3))
* **retry:** rename the `exponential_backoff_retry` logger ([#42](https://github.com/savannahghi/sghi-commons/issues/42)) ([a3d30b6](https://github.com/savannahghi/sghi-commons/commit/a3d30b614))

54 of 54 branches covered (100.0%)

Branch coverage included in aggregate %.

814 of 814 relevant lines covered (100.0%)

1.0 hits per line

Relevant lines Covered
Build:
Build:
814 RELEVANT LINES 814 COVERED LINES
1.0 HITS PER LINE
Source Files on develop
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
#42 chore-upgrade-deps release: 1.5.0 [skip ci] ## [1.5.0](https://github.com/savannahghi/sghi-commons/compare/v1.4.0...v1.5.0) (2024-07-13) ### Bug Fixes * assorted fixes and improvements ([#44](https://github.com/savannahghi/sghi-commons/issues/44)) ([5928f9b](http... push 26 Oct 2024 08:51PM UTC kennedykori gitlub
100.0
#41 chore-upgrade-deps release: 1.5.0 [skip ci] ## [1.5.0](https://github.com/savannahghi/sghi-commons/compare/v1.4.0...v1.5.0) (2024-07-13) ### Bug Fixes * assorted fixes and improvements ([#44](https://github.com/savannahghi/sghi-commons/issues/44)) ([5928f9b](http... push 26 Oct 2024 08:51PM UTC kennedykori github
100.0
#40 chore-upgrade-deps release: 1.5.0 [skip ci] ## [1.5.0](https://github.com/savannahghi/sghi-commons/compare/v1.4.0...v1.5.0) (2024-07-13) ### Bug Fixes * assorted fixes and improvements ([#44](https://github.com/savannahghi/sghi-commons/issues/44)) ([5928f9b](http... push 26 Oct 2024 08:08PM UTC kennedykori github
100.0
9923166307 main chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#48) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/microma... push 13 Jul 2024 10:08PM UTC kennedykori github
100.0
9923129340 develop chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#48) Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/microma... push 13 Jul 2024 10:03PM UTC web-flow github
100.0
9923115369 develop docs(README): improve the README (#49) Update the layout of the README badges plus other minor documentation fixes and improvements. push 13 Jul 2024 10:01PM UTC web-flow github
100.0
9923099510 docs-improve-readme docs(README): improve the README Update the layout of the README badges plus other minor documentation fixes and improvements. Pull #49 13 Jul 2024 09:56PM UTC kennedykori github
100.0
9922834734 dependabot/npm_and_yarn/braces-3.0.3 chore(deps-dev): bump braces from 3.0.2 to 3.0.3 Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. - [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/brac... Pull #48 13 Jul 2024 09:05PM UTC web-flow github
100.0
9922832489 develop chore(deps): upgrade project dependencies (#46) Upgrade all project dependencies. push 13 Jul 2024 09:05PM UTC kennedykori github
100.0
9922817492 next chore(deps): upgrade project dependencies (#46) Upgrade all project dependencies. Pull #47 13 Jul 2024 09:02PM UTC web-flow github
100.0
See All Builds (169)
  • 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

© 2026 Coveralls, Inc