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

ghga-de / ghga-service-commons
91%
main: 92%

Build:
Build:
LAST BUILD BRANCH: 5.1.0
DEFAULT BRANCH: main
Repo Added 08 Mar 2023 04:17PM UTC
Token mIco8Laz18uB5uW5Xz3yBgUWtmxhd5K9I regen
Build 325 Last
Files 37
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 feature/cid_propagation_GSI-1225
branch: feature/cid_propagation_GSI-1225
CHANGE BRANCH
x
Reset
Sync Branches
  • feature/cid_propagation_GSI-1225
  • 0.1.0
  • 0.2.0
  • 0.2.1
  • 0.2.2
  • 0.3.0
  • 0.3.1
  • 0.3.2
  • 0.4.0
  • 0.4.1
  • 0.4.2
  • 0.4.3
  • 0.5.0
  • 0.6.0
  • 0.7.0
  • 0.7.1
  • 0.8.0
  • 1.0.0
  • 1.0.1
  • 1.1.0
  • 1.1.1
  • 1.2.0
  • 1.3.0
  • 2.0
  • 2.0.0
  • 2.0.1
  • 3.0.0
  • 3.0.1
  • 3.0.2
  • 3.0.3
  • 3.0.4
  • 3.1.0
  • 3.1.1
  • 3.1.2
  • 3.1.3
  • 3.1.4
  • 3.1.5
  • 3.1.6
  • 3.1.7
  • 3.2.0
  • 3.3.0
  • 3.4.0
  • 3.4.1
  • 4.0.0
  • 4.1.0
  • 4.1.1
  • 4.1.2
  • 5.0.0
  • 5.1.0
  • explore_tz_aware_dates_pydantic_v2_GSI-418
  • feature/adapt-auth-context-for-2fa-GSI-576
  • feature/add-auth-provider-GDEV-1698
  • feature/add-crypt-utils-GSI-97
  • feature/add-files-utils
  • feature/add-ghga-specific-auth-GDEV-1768
  • feature/add-note-on-asyncnullcontext
  • feature/add-py-typed-GSI-713
  • feature/add-test-for-configuring-cors
  • feature/add-tests-for-auth-support-GDEV-1728
  • feature/add_endpoint_mocking_class_GSI-322
  • feature/add_general_exception_handling_GSI-331
  • feature/async_test_client_GSI-99
  • feature/bump_httpyexpect
  • feature/check-user-status-in-auth
  • feature/common_crypt4gh_GSI-248
  • feature/configure-exposed-headers-gsi-1761
  • feature/configure_uvicorn_GSI-528
  • feature/copy-used-parts-from-chassis-lib-GDEV-1684
  • feature/correlation_ids_GSI-500
  • feature/di_uitls_GSI-433
  • feature/fix-expose-headers
  • feature/hexkit_v4_upgrade_GSI-1332
  • feature/hexkit_v6_GSI-1712
  • feature/improve-docstrings-and-comments
  • feature/integrate_httpyexpect_GSI-259
  • feature/log_request_duration_GSI-1220
  • feature/minor-fixes-and-updates
  • feature/multiple-user-roles-in-token-gsi-1484
  • feature/proper-auth-status-codes-GSI-688
  • feature/pydantic_v2_GSI-337
  • feature/secondardy-python-in-dockerfile
  • feature/support-python313-gsi-1854
  • feature/test-with-tox-GSI-712
  • feature/trim-root-path
  • feature/update-and-use-asynctestclient
  • feature/update-fastapi
  • feature/update-hexkit
  • feature/update-httpyexpect
  • feature/update-year-of-copyright
  • feature/update_fastapi_GSI-223
  • feature/update_hexkit
  • feature/update_pypi_publish_GSI-376
  • feature/use_ruff_pip_tools_GSI-336
  • feature/uvicorn_turnaround_time_logs_GSI-1220
  • feature/verify-id-in-internal-token
  • feature/x_request_id_GSI-681
  • fix/500_exception_handler
  • fix/adapt-github-actions
  • fix/badge-for-tests
  • fix/bump_httpyexpect
  • fix/datetime_utc_json_schema
  • fix/duplicate-traceback-gsi-1473
  • fix/example_api
  • fix/fastapi_update_backport
  • fix/fix-publish-workflow
  • fix/issue-with-typing-extensions-460
  • fix/pypi-publishing
  • fix/update_fastapi
  • fix_export_typo
  • main
  • multinode_storage_config_GSI-374
  • roll_back_pytest-httpx
  • security/update_fastapi_to_0-115-3
  • simple_auth_token_utils_GSI-221
  • update_pypi_GSI-292
  • use_perf_timer
  • v2_backports

11 Dec 2024 01:46PM UTC coverage: 91.08% (+0.3%) from 90.754%
12277687183

Pull #56

github

TheByronHimes
Add generate_correlation_id
Pull Request #56: Propagate Correlation ID (GSI-1225)

776 of 852 relevant lines covered (91.08%)

0.91 hits per line

Relevant lines Covered
Build:
Build:
852 RELEVANT LINES 776 COVERED LINES
0.91 HITS PER LINE
Source Files on feature/cid_propagation_GSI-1225
  • Tree
  • List 37
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
12277687183 feature/cid_propagation_GSI-1225 Add generate_correlation_id Pull #56 11 Dec 2024 01:47PM UTC TheByronHimes github
91.08
12277454580 feature/cid_propagation_GSI-1225 Include AsyncClient in __all__ Pull #56 11 Dec 2024 01:34PM UTC TheByronHimes github
91.08
12277445307 feature/cid_propagation_GSI-1225 Add AsyncClient class push 11 Dec 2024 01:33PM UTC TheByronHimes github
91.08
12276194189 feature/cid_propagation_GSI-1225 Only support AsyncClients since that's what we use Pull #56 11 Dec 2024 12:19PM UTC TheByronHimes github
90.91
12274003169 feature/cid_propagation_GSI-1225 Supply default value for generate_correlation_id Pull #56 11 Dec 2024 10:04AM UTC TheByronHimes github
90.95
12272529439 feature/cid_propagation_GSI-1225 Clarify http module exports Pull #56 11 Dec 2024 08:34AM UTC TheByronHimes github
90.87
12260694106 feature/cid_propagation_GSI-1225 Include CID in response headers and raise an error if it's disturbed push 10 Dec 2024 04:43PM UTC TheByronHimes github
90.86
12259931356 feature/cid_propagation_GSI-1225 Remove unused logger from http module push 10 Dec 2024 04:00PM UTC TheByronHimes github
90.76
12259802663 feature/cid_propagation_GSI-1225 Bump version from 3.1.8 -> 3.2.0 and define http pkg extra push 10 Dec 2024 03:53PM UTC TheByronHimes github
90.78
See All Builds (263)

Badge your Repo: ghga-service-commons

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