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

uc-cdis / sheepdog
63%

Build:
DEFAULT BRANCH: master
Repo Added 29 Sep 2023 07:38PM UTC
Token RUmD4jqImvSti2AHzx7y8IOHbaUB8faXq regen
Build 430 Last
Files 43
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 master
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • 2023.12
  • 2024.02
  • 2024.03
  • 2024.04
  • 2024.05
  • 2024.06
  • 2024.07
  • 2024.08
  • 2024.09
  • 2024.10
  • 2024.11
  • 2024.12
  • 2025.01
  • 2025.02
  • 2025.03
  • 2025.04
  • 2025.05
  • 2025.06
  • 2025.07
  • 2025.08
  • 2025.09
  • 2025.10
  • 2025.11
  • 2025.12
  • 2025_01_sslmode
  • 2026.01
  • 5.1.2
  • 5.1.3
  • 5.1.4
  • 5.2.0
  • 5.2.1
  • 5.2.2
  • CopyForCi/bugfix/commit_delete_dry_run
  • add-postgres-prereq
  • add_gh_action_integration_tests
  • ao-bump-cryptography
  • bug/auth-audience
  • bug/auth-audience-2
  • chore/add_authz_caching
  • chore/bump-cryptography
  • chore/bump-cryptography-42.0.5
  • chore/error-details
  • chore/migrate_ci_to_helm_env
  • chore/remove-gdc-from-docstrings
  • chore/remove_concurrency
  • chore/remove_jenkins_references
  • chore/update-deps
  • chore/update-gen3datamodel
  • chore/update-pyproject-version
  • chore/update-urllib
  • chore/update_gunicorn_conf
  • debug/jawad-testing-workers
  • dependabot/pip/authlib-1.3.1
  • dependabot/pip/authlib-1.6.4
  • dependabot/pip/authlib-1.6.5
  • dependabot/pip/certifi-2024.7.4
  • dependabot/pip/cryptography-43.0.1
  • dependabot/pip/h11-0.16.0
  • dependabot/pip/jinja2-3.1.5
  • dependabot/pip/jinja2-3.1.6
  • dependabot/pip/requests-2.32.4
  • dependabot/pip/setuptools-78.1.1
  • dependabot/pip/urllib3-1.26.19
  • dependabot/pip/urllib3-2.6.0
  • dependabot/pip/werkzeug-3.0.6
  • dependabot/pip/werkzeug-3.1.4
  • dependabot/pip/zipp-3.19.1
  • feat/al2-updates
  • feat/gunicorn
  • feat/helm-integration-tests
  • feat/helm-integration-tests-1
  • feat/no-aud-check
  • feat/python_3.13_upgrade
  • feat/versions
  • fix/PPS-1627
  • fix/array-type
  • fix/code-coverage
  • fix/flask-upgrade
  • fix/template
  • fix/typo
  • fix/update-gen3datamodel
  • fix/upgrade-pyyaml
  • increase-workers
  • integration202312
  • integration202402
  • integration202403
  • integration202404
  • integration202405
  • integration202406
  • integration202407
  • integration202408
  • integration202409
  • integration202410
  • integration202411
  • integration202412
  • integration202501
  • integration202502
  • integration202503
  • integration202504
  • integration202505
  • integration202506
  • integration202507
  • integration202508
  • integration202509
  • integration202510
  • integration202511
  • integration202512
  • integration202601
  • krishnaa05-patch-1
  • krishnaa05-patch-2
  • master
  • nss10-patch-1
  • nss10-patch-1-1
  • piotr/test_sheepdog_load_testing
  • stable
  • support-client-creds
  • test-aud
  • test-suppress-nginx-logs
  • test/2025_01_async_check
  • test/docker-bash
  • test/nginx-single-worker
  • test/sheepdog_load_testing
  • test/version_check
  • test_2025.10
  • test_stable
  • update-bug/auth-audience

16 Dec 2025 03:33PM UTC coverage: 63.228%. Remained the same
20273505350

push

github

web-flow
update urllib3 to address security concern (#462)

* update urllib3 to address security concern

---------

Co-authored-by: burtonk <117617405+k-burt-uch@users.noreply.github.com>

2409 of 3810 relevant lines covered (63.23%)

0.63 hits per line

Relevant lines Covered
Build:
Build:
3810 RELEVANT LINES 2409 COVERED LINES
0.63 HITS PER LINE
Source Files on master
  • Tree
  • List 43
  • 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
20273505350 master update urllib3 to address security concern (#462) * update urllib3 to address security concern --------- Co-authored-by: burtonk <117617405+k-burt-uch@users.noreply.github.com> push 16 Dec 2025 03:36PM UTC web-flow github
63.23
20272188361 chore/update-urllib update lock file Pull #462 16 Dec 2025 02:56PM UTC tianj7 github
63.23
20249288998 chore/update-urllib update urllib3 to address security concern Pull #462 15 Dec 2025 10:19PM UTC tianj7 github
63.23
20244522847 dependabot/pip/urllib3-2.6.0 Bump urllib3 from 1.26.20 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.20 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) -... Pull #461 15 Dec 2025 07:19PM UTC web-flow github
63.23
20244480331 master Python 3.13 upgrade (#459) * update dependency and base image * update image to use python 3.13 * update gen3datamodel * update boto to boto3 due to incompatibility with python3.13 * fix poetry * update gen3datamodel and gen3authz --------... push 15 Dec 2025 07:18PM UTC web-flow github
63.23
20242002548 stable Merge branch 'integration202601' of https://github.com/uc-cdis/sheepdog into stable push 15 Dec 2025 05:53PM UTC PlanXCyborg github
63.08
20242002534 2026.01 Merge branch 'integration202601' of https://github.com/uc-cdis/sheepdog into stable push 15 Dec 2025 05:52PM UTC PlanXCyborg github
63.08
20240949466 feat/python_3.13_upgrade update to nginx Pull #459 15 Dec 2025 05:14PM UTC tianj7 github
63.23
20182503600 integration202601 PPS-2007 PPS-2012 Fix "Authentication Error: Audience doesn't match" errors (#450) push 12 Dec 2025 11:14PM UTC web-flow github
63.08
20070349983 feat/python_3.13_upgrade update base image Pull #459 09 Dec 2025 04:16PM UTC tianj7 github
63.23
See All Builds (393)

Badge your Repo: sheepdog

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

© 2026 Coveralls, Inc