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

hluk / greenwave
91%
master: 87%

Build:
Build:
LAST BUILD BRANCH: uv
DEFAULT BRANCH: master
Repo Added 21 Apr 2022 03:33PM UTC
Token ZNmaGZoXUr5UI6scE9HUpUMAqu6uvM6Xi regen
Build 439 Last
Files 60
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 xmlrpc-retry
branch: xmlrpc-retry
CHANGE BRANCH
x
Reset
Sync Branches
  • xmlrpc-retry
  • actions-build-image
  • add-image-expiration
  • add-sts-header-by-default
  • allow-block-list
  • avoid-head-requests
  • avoid-heartbeat-timeouts
  • avoid-passing-invalid-nvr-to-koji
  • bump-base-image
  • bump-postgres-image
  • ci-build-docs
  • ci-print-logs-on-failure
  • clean-up-logs
  • deduplicate-tests
  • dependabot/pip/cryptography-37.0.2
  • dependabot/pip/fedora-messaging-3.0.0
  • dependabot/pip/fedora-messaging-3.0.2
  • dependabot/pip/fedora-messaging-3.1.0
  • dependabot/pip/flake8-5.0.2
  • dependabot/pip/flask-2.1.3
  • dependabot/pip/flask-2.2.2
  • dependabot/pip/mock-5.0.1
  • dependabot/pip/psycopg2-binary-2.9.4
  • dependabot/pip/pymemcache-4.0.0
  • dependabot/pip/pytest-7.1.3
  • dependabot/pip/pytest-7.2.1
  • dependabot/pip/pytest-cov-4.0.0
  • dependabot/pip/requests-2.28.1
  • dependabot/pip/setuptools-62.6.0
  • dependabot/pip/setuptools-63.1.0
  • dependabot/pip/setuptools-63.3.0
  • dependabot/pip/setuptools-65.4.1
  • dependabot/pip/setuptools-67.1.0
  • dependabot/pip/sphinx-5.0.2
  • dependabot/pip/sphinx-5.3.0
  • dependabot/pip/sphinx-6.0.0
  • dependabot/pip/sphinx-6.1.2
  • dependabot/pip/sphinx-6.1.3
  • dependabot/pip/sqlalchemy-1.4.39
  • dependabot/pip/sqlalchemy-1.4.42
  • dependabot/pip/sqlalchemy-1.4.44
  • dependabot/pip/sqlalchemy-1.4.45
  • dependabot/pip/sqlalchemy-1.4.46
  • dependabot/pip/sqlalchemy-2.0.0
  • dependabot/pip/sqlalchemy-2.0.1
  • dependabot/pip/stomp-py-8.0.1
  • dependabot/pip/stomp-py-8.1.0
  • dependabot/pip/werkzeug-2.2.1
  • dependabot/pip/wheel-0.38.4
  • drop-old-item-requirement-property
  • drop-requirements
  • drop-sphinx-workaround
  • fedora-minimal-base-image
  • fix-access-rh-image-repo
  • fix-ca-bundle-permission
  • fix-chaining-labels
  • fix-consumer-disconnects
  • fix-decision-error-status
  • fix-dependabot
  • fix-dependabot-ci
  • fix-dependabot-ci-2
  • fix-docker-entry-point
  • fix-docs
  • fix-docs-build
  • fix-docs-lang
  • fix-hadolint
  • fix-image-version
  • fix-koji-source
  • fix-listener-connection-timeout
  • fix-listener-timeout
  • fix-missing-dependency
  • fix-multiple-remote-rule-contexts
  • fix-mypy
  • fix-parameter-type
  • fix-podman-compose
  • fix-readthedocs
  • fix-semgrep
  • fix-separate-timeout-for-remote-rule
  • fix-sonarqube-warnings
  • fix-sphinx
  • fix-stomp-connection
  • fix-subject-type-matching
  • fix-tox
  • fix-tox-python
  • fix-using-multiple-remoterules
  • fix-waive-all-scenarios
  • fix/image/tag-name
  • fixes
  • github-actions-functional-tests
  • image-labels
  • improve-docs
  • improve-error-handling
  • improve-error-handling-for-brew
  • include-waiver-id
  • landing-page
  • less-verbose-log
  • master
  • memcached-upgrade
  • minimal-image
  • minimize-image
  • minimize-image-2
  • missing-moksha-dependency
  • multiple-subject-types
  • mypy
  • new-release
  • pip-freeze
  • poetry
  • poetry-build-deps
  • postgres-update
  • pre-commit
  • precommit-autoupdate-monthly
  • python-3.11
  • python-3.12-for-renovatebot
  • python-3.13
  • release
  • remote-attribute-supports_remote_rule
  • remote-rule-custom-sources
  • remoterule-consistency
  • remove-attribute-supports_remote_rule
  • remove-unused-files
  • renovate
  • sanitize/image/tag/name
  • satisfy-flake8-5
  • secure-cookies
  • semgrep
  • statsd
  • test-without-install
  • thread-local-cache
  • tox-poetry
  • umb-image
  • update-base-image
  • update-dependencies
  • update-dependencies-monthly
  • update-dev-docs
  • update-links
  • update-opentelemetry
  • update-readthedocs
  • update-stomp.py
  • update-waiverdb-command
  • useful-metrics
  • uv

09 Sep 2024 03:46PM UTC coverage: 91.426%. First build
10776658947

push

github

hluk
Retry on Koji TimeoutError and drop http support

Adds separate options to specify timeout and retry for the XMLRPC
connections (`KOJI_TIMEOUT`, `KOJI_RETRY`).

Adds tracing for XMLRPC requests.

Drops unused support for http protocol for the XMLRPC connection.

JIRA: RHELWF-11696

665 of 819 branches covered (81.2%)

Branch coverage included in aggregate %.

31 of 31 new or added lines in 4 files covered. (100.0%)

3920 of 4196 relevant lines covered (93.42%)

0.93 hits per line

Relevant lines Covered
Build:
Build:
4196 RELEVANT LINES 3920 COVERED LINES
0.93 HITS PER LINE
Source Files on xmlrpc-retry
  • Tree
  • List 59
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
10776658947 xmlrpc-retry Retry on Koji TimeoutError and drop http support Adds separate options to specify timeout and retry for the XMLRPC connections (`KOJI_TIMEOUT`, `KOJI_RETRY`). Adds tracing for XMLRPC requests. Drops unused support for http protocol for the XMLR... push 09 Sep 2024 03:47PM UTC hluk github
91.43
See All Builds (225)

Badge your Repo: greenwave

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