• 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: chore-upgrade-deps
CHANGE BRANCH
x
Reset
  • chore-upgrade-deps
  • 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
  • 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 chore-upgrade-deps
  • Tree
  • List 13
  • Changed 0
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

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
9922803802 chore-upgrade-deps chore(deps): upgrade project dependencies Upgrade all project dependencies. Pull #46 13 Jul 2024 09:00PM UTC kennedykori github
100.0
#39 chore-upgrade-deps feat(config): add `setting_initializer` decorator (#45) Add the `sghi.config.setting_initializer` decorator function. This should simplify the construction of simple setting initializers. push 13 Jul 2024 08:57PM UTC web-flow github
100.0
#38 chore-upgrade-deps feat(config): add `setting_initializer` decorator (#45) Add the `sghi.config.setting_initializer` decorator function. This should simplify the construction of simple setting initializers. push 13 Jul 2024 08:53PM UTC web-flow github
100.0
8651616490 chore-upgrade-deps chore(deps): upgrade project dependencies Upgrade all project dependencies except [coverage](https://github.com/nedbat/coveragepy). Pull #40 11 Apr 2024 06:37PM UTC kennedykori github
100.0
#37 chore-upgrade-deps release: 1.4.0-rc.1 [skip ci] ## [1.4.0-rc.1](https://github.com/savannahghi/sghi-commons/compare/v1.3.0...v1.4.0-rc.1) (2024-04-11) ### Bug Fixes * **task:** assorted fixes for `sghi.task` module ([#34](https://github.com/savannahghi/sghi-comm... push 11 Apr 2024 06:27PM UTC kennedykori 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

© 2025 Coveralls, Inc